diff --git a/style.css b/style.css index 560f35f..3014184 100644 --- a/style.css +++ b/style.css @@ -413,9 +413,18 @@ blockquote p { /*-----------------------------------------------------------------------------------*/ /* STUCTURE /*-----------------------------------------------------------------------------------*/ +.body-wrapper { + display: flex; + min-height: 100vh; + flex-direction: column; +} .top-wrapper { background: #2a2a2a } +.light-wrapper, +.dark-wrapper { + flex: 1; +} .light-wrapper { background: #FFF } @@ -784,6 +793,7 @@ footer { background: #2a2a2a; color: #bebebe; display: block; + width: 100%; } footer a { color: #ff6760; @@ -807,6 +817,7 @@ footer h6 { background: #262626; color: #bebebe; text-align: center; + width: 100%; } .subfooter-wrapper a { color: #bebebe;