forked from platypush/platypush
Keep the main menu items vertically aligned to the center also on tablets
This commit is contained in:
parent
d0c8a8edf9
commit
d29723ea41
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ nav {
|
||||||
|
|
||||||
&.plugins {
|
&.plugins {
|
||||||
@media screen and (min-width: $tablet) and (max-width: $desktop - 1px) {
|
@media screen and (min-width: $tablet) and (max-width: $desktop - 1px) {
|
||||||
justify-content: left;
|
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue