optimize image scaling
This commit is contained in:
parent
54c57017e1
commit
575ab86454
1 changed files with 7 additions and 1 deletions
|
@ -79,6 +79,12 @@ time,
|
||||||
border-bottom: 1px dotted rgb(219, 103, 167);
|
border-bottom: 1px dotted rgb(219, 103, 167);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article_header {
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.related {
|
.related {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
border-top: 1px dotted rgb(219, 103, 167);
|
border-top: 1px dotted rgb(219, 103, 167);
|
||||||
|
@ -105,7 +111,7 @@ time,
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 75%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
|
Loading…
Reference in a new issue