1
0
Fork 0

Moved error styling to main.css.

This commit is contained in:
Alexander Andreev 2023-08-23 04:40:23 +04:00
parent 1a5d32f1b9
commit f23e4d713b
Signed by: Arav
GPG Key ID: D22A817D95815393
3 changed files with 8 additions and 10 deletions

View File

@ -1,7 +0,0 @@
#error {
font-size: 3.5rem;
line-height: 5rem;
text-align: center;
margin: 6rem 0; }
#error h1 { font-size: 8rem; }

View File

@ -197,6 +197,14 @@ thead tr th.clickable.sort-up::after { content: '↑'; }
thead tr th.clickable.sort-down::after { content: '↓'; }
#error {
font-size: 3.5rem;
line-height: 5rem;
text-align: center;
margin: 6rem 0; }
#error h1 { font-size: 8rem; }
footer {
font-size: .8rem;
text-align: center;

View File

@ -3,9 +3,6 @@ extends base.jade
block meta_description
meta(name='description' content=http.StatusText(code))
block append head
link(href='/assets/css/error.css' rel='stylesheet')
block nav
a(href='/') Back to index page
h1 #{http.StatusText(code)}