FIX Main pushing more than 100vw
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2026-03-17 11:19:16 +01:00
parent 4bf46f3afc
commit 11bf49d271

View File

@ -11,6 +11,10 @@ html {
body:has(#wpadminbar) {
@apply pt-6;
}
main.site-content {
@apply overflow-x-hidden;
}
*::marker {
display: inline-block;
color: red;