Add images hack to main CSS

This commit is contained in:
Wilfried OLLIVIER 2018-03-22 11:22:38 +01:00
parent 62f21ee04d
commit 915249f53f

View file

@ -95,6 +95,8 @@ footer {
border-bottom: var(--border-width) solid var(--accent); border-bottom: var(--border-width) solid var(--accent);
} }
/* images hack */
img { img {
max-width: 100%; display: block;
margin: 0.7rem auto;
} }