Adjust color of .nav__items a
This commit is contained in:
parent
3408e27fcf
commit
fb15bd6c3b
1 changed files with 4 additions and 1 deletions
|
@ -393,7 +393,6 @@
|
|||
a {
|
||||
display: block;
|
||||
padding: 0.25em 0;
|
||||
color: inherit;
|
||||
|
||||
@include breakpoint($large) {
|
||||
padding-top: 0.125em;
|
||||
|
@ -425,6 +424,10 @@
|
|||
margin: 0;
|
||||
font-size: 1.25rem;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@include breakpoint(max-width $large) {
|
||||
position: relative;
|
||||
max-height: 0;
|
||||
|
|
Loading…
Reference in a new issue