adjusting paragraph margins in highlight block for improved spacing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-03-17 16:16:03 +01:00
parent 8cf2edc109
commit 10a7394119

View File

@ -19,7 +19,10 @@
p {
/* @apply max-w-5xl; */
@apply max-w-6xl;
margin-bottom: 10px;
margin-bottom: 0px;
}
p + * {
margin-top: 10px;
}
&__block-title {
@apply !pb-0 !leading-tight pt-4 md:pt-0;