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;
}
section.error-content {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
p.error-code {
color: #ff5d01;
text-transform: uppercase;
}
h1 {
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 2rem;
}
p {
margin: 1rem 0;
}
a {
margin: 1rem 0;
}
}
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
p.error-code {
color: #ff5d01;
text-transform: uppercase;
}
h1 {
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 2rem;
}
p {
margin: 1rem 0;
}
a {
margin: 1rem 0;
}
}