adding block exceptions rules

This commit is contained in:
Antoine M 2023-11-10 10:57:38 +01:00
parent 63d861491a
commit 3d0ac2c4b5

View File

@ -37,10 +37,6 @@ body {
}
}
.homegrade-content-blocks-grey-box {
/* max-width: 100% !important; */
}
.components-dropdown .components-toolbar__control {
background-color: #e04d42;
color: white;
@ -90,3 +86,12 @@ h5 {
p {
@apply my-3 p-0;
}
.block-content-page-header {
h2 {
@apply !text-4xl mt-0 mb-12;
}
}
.homegrade-content-blocks-grey-box {
/* max-width: 100% !important; */
}