refactor(style): move img properties to all img

This commit is contained in:
Price Hiller 2023-08-29 15:10:47 -05:00
parent 18674ffab4
commit 2a167cf836
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 3 additions and 5 deletions

View File

@ -10,11 +10,6 @@ article > blockquote {
align-self: center;
}
article > p > img {
margin-left: 50%;
transform: translateX(-50%);
max-height: 75vh;
max-width: min(90vw, 800px);
}
.article-name {

View File

@ -184,6 +184,9 @@ img {
overflow: scroll;
max-height: 75vh;
max-width: min(95vw, 125%);
margin-left: 50%;
transform: translateX(-50%);
border-radius: 15px;
}
h1,