diff --git a/templates/_error.html b/templates/_error.html index 6f29638..74e5124 100644 --- a/templates/_error.html +++ b/templates/_error.html @@ -29,8 +29,6 @@ margin: 0 auto; color: var(--text-color-dark); font-size: var(--font-size-base); - display: grid; - gap: 1em; padding: 0 1em; a { @@ -54,6 +52,7 @@ header, footer { + height: fit-content; background: var(--ayo-gradient); color: var(--text-color-light); border-radius: 5px; @@ -65,13 +64,16 @@ } } - + header { + margin-top: 1em; + } footer { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; + margin-bottom: 1em; } main { + padding: 1em 0; + & ul.tags { list-style: none; padding-left: 0; @@ -83,6 +85,7 @@ .error-message { overflow-x: auto; + font-size: small; } display: grid; @@ -151,8 +154,8 @@
-Powered by /threads
-Rendered on {{ render_date }} in Europe/Amsterdam
+Rendered on {{ render_date }} in Europe/Amsterdam :)