diff --git a/assets/scss/style.scss b/assets/scss/style.scss index d98687e..3b39b74 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -18,6 +18,10 @@ } } +html, body { + height: 100%; +} + html { margin: 0; background: $background; @@ -28,6 +32,9 @@ html { scroll-behavior: smooth; } +body { + margin: 0; +} body, button, @@ -350,6 +357,11 @@ table { } } +#spotlight.error-404 > #home-center { + align-self: center; + flex-direction: row; +} + p.img-404 { margin: 0; @@ -898,8 +910,10 @@ a.footnote-ref { } #spotlight.error-404 { - flex-direction: column; + flex-direction: row; + flex-grow: 1; text-align: center; + align-self: center; .banner-404 { margin: 0; diff --git a/i18n/en.toml b/i18n/en.toml index e68038a..689cda6 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -4,7 +4,7 @@ # 404.html # [notFound] -other = "Oops, page not found…" +other = "Nothing but v0id…" [home] other = "Home" diff --git a/i18n/fr.toml b/i18n/fr.toml index 1623093..9630e7d 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -4,7 +4,7 @@ # 404.html # [notFound] -other = "Oh non! page non-trouvée…" +other = "Du vide, encore du vide…" [home] other = "Accueil" diff --git a/layouts/404.html b/layouts/404.html index e5a9fe9..51911a0 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,15 +1,13 @@ {{ define "main" }}
- -
- {{ end }} diff --git a/static/home.svg b/static/home.svg new file mode 100644 index 0000000..1ac5a47 --- /dev/null +++ b/static/home.svg @@ -0,0 +1 @@ + \ No newline at end of file