Fix styling errors.
This commit is contained in:
parent
877a7b1d47
commit
63f0f4f6ba
1 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,9 @@
|
|||
margin: 5px 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
border: 0 solid #000;
|
||||
border-width: 0;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-top-width: 1px;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
|
@ -63,11 +65,13 @@
|
|||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
@media (min-width: @mio-navigation-mobile) {
|
||||
.mio__navigation__link {
|
||||
padding: 3px 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__link {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue