[THEME] Fix images size
This commit is contained in:
parent
fa7d97e2cc
commit
a6ed4a8228
1 changed files with 0 additions and 2 deletions
|
@ -401,7 +401,6 @@ a:focus {
|
|||
}
|
||||
.article-body img {
|
||||
max-width: calc(100% - 5em);
|
||||
min-width: calc(100% - 5em);
|
||||
}
|
||||
.article-body h1 {
|
||||
font-size: 2.55rem;
|
||||
|
@ -504,7 +503,6 @@ a:focus {
|
|||
/******************* Article Figure *******************/
|
||||
.article-body figure {
|
||||
margin: 1em 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
min-width: calc(50% - 2 * var(--image-margin-side));
|
||||
|
|
Loading…
Reference in a new issue