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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 79c9bd4..add26fb 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -172,4 +172,12 @@
.footer__copy {
padding-bottom: 1.25rem;
+}
+
+/* 404 */
+.notfound {
+ align-items: center;
+ display: flex;
+ font-size: var(--h1);
+ justify-content: center;
} \ No newline at end of file