wider max content size for p

This commit is contained in:
Antoine M 2023-12-19 15:09:04 +01:00
parent e01579d091
commit de5474018c

View File

@ -19,7 +19,8 @@
} }
} }
p { p {
@apply max-w-5xl; /* @apply max-w-5xl; */
@apply max-w-6xl;
margin-bottom: 10px; margin-bottom: 10px;
} }
&__block-title { &__block-title {