Tweak article proportions CSS

This commit is contained in:
Jonas Tobias Hopusch 2023-11-06 10:48:41 +01:00
parent 9cdb751d85
commit 722f5cb03a
Signed by: jotoho
GPG Key ID: 12C16B2BA1186A0F
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ h2 {
#mainarticle {
width: fit-content;
max-width: min(100%, 60rem);
max-width: min(100%, 72rem);
margin-left: auto;
margin-right: auto;
flex-grow: 1;
@ -166,8 +166,8 @@ img {
display: block;
width: fit-content;
max-width: 100%;
height: auto;
max-height: min(90vh, 100%);
height: fit-content;
max-height: 90vh;
margin-left: auto;
margin-right: auto;
}