set article view width limit
This commit is contained in:
parent
91da774286
commit
bd6322e533
2 changed files with 17 additions and 10 deletions
|
|
@ -353,6 +353,11 @@ select.form-control:not([multiple]):not([size]) {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
max-width: 60rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.content img, .content video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue