forked from ag_kommunikation/webseite
Fixed third box from growing out of 1200px max content width.
This commit is contained in:
parent
7a45863b31
commit
261ee45261
@ -542,6 +542,7 @@ hr.-even {
|
||||
}
|
||||
|
||||
.body__separator {
|
||||
max-width: 1080px;
|
||||
width: 90%;
|
||||
margin: 3rem 0 0 0;
|
||||
color: var(--wtf-orange);
|
||||
@ -670,7 +671,8 @@ hr.-even {
|
||||
.header__wrapper,
|
||||
.content__box,
|
||||
.content__half_box,
|
||||
.footer__wrapper {
|
||||
.footer__wrapper,
|
||||
.content__third_box {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
orphans: 3;
|
||||
|
Loading…
Reference in New Issue
Block a user