bx-1047-icon #23

Merged
ksenia_mikhailova merged 5 commits from bx-1047-icon into dev 2024-07-11 12:34:39 +03:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 905344ae44 - Show all commits

View File

@ -72,14 +72,16 @@ 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 {
content: none; @media screen and (max-width: 1280px) {
content: none;
}
} }
} }