diff --git a/assets/main.scss b/assets/main.scss index 4e9b7d3..7cfb543 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -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; + } } }