From 36f8dc5d6642fd7fe3288e45e49a93c06fc78a00 Mon Sep 17 00:00:00 2001 From: Ottis Date: Mon, 8 Jul 2019 14:28:28 +0100 Subject: [PATCH] edit edit edit --- 09/miniwebsite/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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% }