A little spacing at the sides of the navbar
This commit is contained in:
parent
415026b317
commit
b41368427e
3 changed files with 3 additions and 3 deletions
|
|
@ -10120,7 +10120,7 @@ a:target:hover {
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 1.25em 0;
|
padding: 1.25em 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -64,7 +64,7 @@ a:target:hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
@include desktop {
|
@include desktop {
|
||||||
padding: 1.25em 0;
|
padding: 1.25em 1rem;
|
||||||
}
|
}
|
||||||
z-index: +9;
|
z-index: +9;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue