grav-theme-libretic/scss/template/_errors.scss

21 lines
275 B
SCSS
Raw Permalink Normal View History

2015-01-15 19:15:54 +01:00
// Error specific styling
#error {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
2015-01-29 16:45:35 +01:00
padding-bottom: 12rem;
2015-01-15 19:15:54 +01:00
h1 {
font-size: $core-font-size + 4.0rem;
}
p {
margin: 1rem 0;
}
}
2015-01-29 16:45:35 +01:00
.error #body {
padding-top: 16rem;
}