This commit is contained in:
Kseninia Mikhaylova 2024-07-11 12:34:08 +03:00
parent 64987e3ea9
commit 905344ae44
1 changed files with 5 additions and 3 deletions

View File

@ -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;
}
}
}