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,16 +72,18 @@ body {
} }
&.toggle_visible { &.toggle_visible {
@apply flex flex-col text-center; @apply max-xl:flex max-xl:flex-col max-xl:text-center;
a { a {
@apply mb-2; @apply max-xl:mb-2;
} }
a:before { a:before {
@media screen and (max-width: 1280px) {
content: none; content: none;
} }
} }
}
&-toggle { &-toggle {
@apply flex xl:hidden col-span-8 justify-end; @apply flex xl:hidden col-span-8 justify-end;