Keep status messages out from under the fixed navbar

Ref #32
This commit is contained in:
benjamin melançon 2018-12-26 20:45:03 -05:00
parent 5825d0e54b
commit 63ecd42a15

View file

@ -48,6 +48,14 @@ a:target:hover {
margin: 0;
}
// Keep status messages out from under the fixed navbar.
.message {
margin-top: 3.3125rem;
@include desktop {
margin-top: 5.875rem;
}
}
.navbar {
color: $white;
background-color: $dark;