display block for paragraph

This commit is contained in:
Antoine M 2024-04-03 12:27:57 +02:00
parent ee13ec4e25
commit 7ceaade3d4

View File

@ -33,6 +33,7 @@
} }
} }
p { p {
@apply !block;
margin-bottom: unset; margin-bottom: unset;
} }
} }