1
0
Fork 0
ryanmoon.com/assets/style/pages/_404.scss

23 lines
337 B
SCSS

.lost {
position: relative;
top: calc(50vh - 160px);
width: 180px;
margin: auto;
text-align: center;
h2 {
color: $fs-color;
font-size: 1.5rem;
font-weight: 700;
padding: .25rem 0 .75rem 0;
}
a {
color: $s-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}