Delete templates/404styles.css

This commit is contained in:
Eric Lay 2024-03-28 12:11:42 -05:00 committed by GitHub
parent d182f5f213
commit 52d44ba574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
:root {
--blue: #0e0620;
--white: #fff;
}
html,
body {
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
font-family: "system-ui";
color: var(--blue);
font-size: 1em;
}
h1 {
font-size: 7.5em;
margin: 15px 0px;
font-weight: bold;
}
h2 {
font-weight: bold;
}
@media screen and (max-width: 768px) {
body {
display: block;
}
}