FIX Responsive tweak
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-16 11:41:56 +02:00
parent f8faed6650
commit 7338d58e6e

View File

@ -5,6 +5,16 @@
@apply lg:flex gap-16 xl:gap-32;
}
&__subtitle {
br {
display: none;
}
@screen lg {
br {
display: block;
}
}
}
.tag-list {
@apply flex gap-6 flex-wrap;