refactor(style): move img properties to all img
This commit is contained in:
parent
18674ffab4
commit
2a167cf836
@ -10,11 +10,6 @@ article > blockquote {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
article > p > img {
|
|
||||||
margin-left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
max-height: 75vh;
|
|
||||||
max-width: min(90vw, 800px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-name {
|
.article-name {
|
||||||
|
@ -184,6 +184,9 @@ img {
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
max-width: min(95vw, 125%);
|
max-width: min(95vw, 125%);
|
||||||
|
margin-left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
Loading…
Reference in New Issue
Block a user