[THEME] Fix the half/third image width
This commit is contained in:
parent
4e4e64d5b2
commit
7d9ad73c0b
1 changed files with 2 additions and 2 deletions
|
@ -547,11 +547,11 @@ a:focus {
|
|||
}
|
||||
.article-body figure.half {
|
||||
width: 100%;
|
||||
max-width: 50%;
|
||||
max-width: 45%;
|
||||
}
|
||||
.article-body figure.third {
|
||||
width: 100%;
|
||||
max-width: 33.33%;
|
||||
max-width: 30%;
|
||||
}
|
||||
.article-body figure.logo img {
|
||||
width: 100px;
|
||||
|
|
Loading…
Reference in a new issue