0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] yarn format

This commit is contained in:
matthewp 2021-10-11 20:17:39 +00:00 committed by GitHub Actions
parent 97e03deb3b
commit 03681629fc

View file

@ -83,26 +83,25 @@ a + a {
margin-left: 2px; margin-left: 2px;
} }
section.error-content { section.error-content {
height: 100vh; height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
p.error-code { p.error-code {
color: #ff5d01; color: #ff5d01;
text-transform: uppercase; text-transform: uppercase;
} }
h1 { h1 {
margin-top: -0.5rem; margin-top: -0.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 2rem; font-size: 2rem;
} }
p { p {
margin: 1rem 0; margin: 1rem 0;
} }
a { a {
margin: 1rem 0; margin: 1rem 0;
} }
} }