tweak page image style

pull/8052/head
Thibault Duplessis 2021-01-30 15:18:04 +01:00
parent 286b64ec4b
commit e1b349b163
1 changed files with 10 additions and 0 deletions

View File

@ -47,9 +47,19 @@
width: 100%;
}
img,
.block-img {
max-width: 100%;
}
.block-img {
margin: 1em auto;
text-align: center;
img {
width: auto;
height: auto;
}
}
.center {