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
1 changed files with 3 additions and 1 deletions

View File

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