topmenu
This commit is contained in:
parent
64987e3ea9
commit
905344ae44
|
@ -72,14 +72,16 @@ body {
|
|||
}
|
||||
|
||||
&.toggle_visible {
|
||||
@apply flex flex-col text-center;
|
||||
@apply max-xl:flex max-xl:flex-col max-xl:text-center;
|
||||
|
||||
a {
|
||||
@apply mb-2;
|
||||
@apply max-xl:mb-2;
|
||||
}
|
||||
|
||||
a:before {
|
||||
content: none;
|
||||
@media screen and (max-width: 1280px) {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue