STYLE Refining h1 aspect in editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-28 10:38:56 +02:00
parent bef7895cba
commit 66631ae76f

View File

@ -5,6 +5,10 @@ body {
@apply font-sans;
}
h1 {
@apply text-primary font-semibold !text-3xl;
}
.wp-block {
@apply max-w-screen-xl;
}