13 lines
264 B
CSS
13 lines
264 B
CSS
.homegrade-page-container {
|
|
h3 {
|
|
@apply font-bold text-2xl mt-16 mb-4;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply max-w-full;
|
|
}
|
|
.homegrade-content-blocks-content-box {
|
|
/* @apply alignfull; */
|
|
margin: 2rem calc(50% - 50vw);
|
|
}
|
|
}
|