carhop__carhop-theme__DEV/resources/css/layout/gutenberg.css
Antoine M 080c5244d5
All checks were successful
continuous-integration/drone/push Build is passing
RESPONSIVE FIX
2025-10-15 16:37:41 +02:00

58 lines
730 B
CSS

article > *:not(.entry-content),
.entry-content > * {
@apply mx-auto max-w-content;
}
.entry-content,
.block-editor-block-list__layout {
h1 {
@apply text-2xl;
}
h2 {
@apply text-lg;
}
h3 {
@apply text-lg;
}
p,
ul,
ol {
a {
@apply text-blue-500 underline;
&:hover {
@apply no-underline;
}
}
@apply mb-8;
}
ul:not(.block-editor-block-variation-picker__variations) {
li {
@apply list-disc;
}
}
ol {
li {
@apply list-decimal;
}
}
}
.site-content {
> .carhop-heading {
@apply px-4 md:px-0;
}
p,
li {
strong {
@apply font-bold;
}
}
}