forked from ag_kommunikation/webseite
Constrained text width to 75ch on text pages to improve readability.
This commit is contained in:
parent
7ba82cd2c9
commit
4fb5cc4323
@ -805,6 +805,10 @@ hr.-even {
|
||||
column-count: var(--column-count);
|
||||
}
|
||||
|
||||
.content__inner_box.-width_constraint {
|
||||
max-width: 75ch;
|
||||
}
|
||||
|
||||
.content.-odd {
|
||||
background-color: var(--wtf-light-grey);
|
||||
color: var(--wtf-dark-grey);
|
||||
|
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<section class="content -odd">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<div class="content__inner_box -width_constraint">
|
||||
{{ this.body }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user