Tweak free text default styles

This commit is contained in:
Maël Brunet 2021-05-22 19:12:50 +02:00
parent 170b8be1b2
commit 2cbbbb7418

View file

@ -35,9 +35,13 @@
} }
.u-free-text { .u-free-text {
p, h2, h3, h4, h5, h6 { p, h1, h2, h3, h4, h5, h6 {
margin-bottom: 18px; margin-bottom: 18px;
} }
img {
margin: 20px auto;
}
} }
.u-mb-large { .u-mb-large {