set article view width limit

This commit is contained in:
Nazar Kanaev
2023-01-29 14:28:43 +00:00
parent 91da774286
commit bd6322e533
2 changed files with 17 additions and 10 deletions

View File

@@ -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;