Fixed third box from growing out of 1200px max content width.

This commit is contained in:
Stephan 2021-03-07 10:34:23 +01:00
parent 7a45863b31
commit 261ee45261
1 changed files with 3 additions and 1 deletions

View File

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