backend: set images to 100% width
This commit is contained in:
parent
653440b192
commit
a7e5d3d3d5
@ -107,6 +107,10 @@ a:active {
|
||||
color: var(--accent-hover);
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -159,8 +163,6 @@ dd {
|
||||
.gallery > a:visited > img {
|
||||
max-height: 24rem;
|
||||
max-width: 14rem;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
outline-offset: 0.1875rem;
|
||||
outline: 0.0625rem solid;
|
||||
|
Loading…
Reference in New Issue
Block a user