parent
5825d0e54b
commit
63ecd42a15
1 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,14 @@ a:target:hover {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Keep status messages out from under the fixed navbar.
|
||||||
|
.message {
|
||||||
|
margin-top: 3.3125rem;
|
||||||
|
@include desktop {
|
||||||
|
margin-top: 5.875rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
color: $white;
|
color: $white;
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
|
|
Loading…
Reference in a new issue