doc/src/theme/NotFound/styles.module.scss (37 lines of code) (raw):
@import "../../css/util";
.container {
display: flex;
flex-direction: column;
align-items: center;
width: fit-content;
margin: 8rem auto;
p {
margin-bottom: 0.8em;
}
a {
color: var(--color-primary);
text-decoration: none;
}
section {
width: 200px;
h1,
h2 {
font-family: sans-serif;
}
h1 {
font-size: 119px;
}
h2 {
font-size: 26px;
margin-top: -32px;
}
}
@include respond-below(sm) {
margin: 0 1rem;
align-items: flex-start;
section {
width: 160px;
margin-top: 2rem;
}
}
}