backend: set images to 100% width

This commit is contained in:
Lucas 2023-03-17 21:33:39 +00:00
parent 653440b192
commit a7e5d3d3d5
1 changed files with 4 additions and 2 deletions

View File

@ -107,6 +107,10 @@ a:active {
color: var(--accent-hover); color: var(--accent-hover);
} }
img {
width: 100%;
}
dt { dt {
font-weight: bold; font-weight: bold;
} }
@ -159,8 +163,6 @@ dd {
.gallery > a:visited > img { .gallery > a:visited > img {
max-height: 24rem; max-height: 24rem;
max-width: 14rem; max-width: 14rem;
height: 100%;
width: 100%;
outline-offset: 0.1875rem; outline-offset: 0.1875rem;
outline: 0.0625rem solid; outline: 0.0625rem solid;