diff --git a/style.css b/style.css index 0b2a29e..0edd384 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,10 @@ --wide-align: center; } +section { + width: 100%; +} + /********************************************* * WIDE LAYOUT *********************************************/ @@ -27,6 +31,10 @@ --wide-direction: row; --wide-align: start; } + + section { + width: 30rem; + } } /********************************************* @@ -79,7 +87,6 @@ header { section { display: inline-block; - width: 30rem; } /********************************************* @@ -248,4 +255,4 @@ dd { padding: 0 1em 1em 2em; border-radius: 0 0 0.5em 0.5em; transition: var(--trans); -} \ No newline at end of file +}