dev #26

Merged
ksenia_mikhailova merged 39 commits from dev into main 2024-07-15 09:00:49 +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;
}
} }
} }