Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_error_404.scss')
-rw-r--r--assets/css/components/_error_404.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/components/_error_404.scss b/assets/css/components/_error_404.scss
new file mode 100644
index 0000000..c819570
--- /dev/null
+++ b/assets/css/components/_error_404.scss
@@ -0,0 +1,7 @@
+.error-404 {
+ text-align: center;
+}
+
+.error-404-title {
+ text-transform: uppercase;
+}