Add images hack to main CSS
This commit is contained in:
parent
62f21ee04d
commit
915249f53f
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue