diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index 54f34ba..b712980 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -70,14 +70,12 @@ article { @media only screen and (max-width: 600px) { header { - font-size: 13px; - } - - section { - width: 100%; - margin: auto; + font-size: 10px; } + #left { width: 96%; } + #right { width: 96%; } + article { width: 100% }