From 46cafbf48d876ad52e6478595c614cc602181342 Mon Sep 17 00:00:00 2001 From: Ottis Date: Tue, 9 Jul 2019 17:19:17 +0100 Subject: [PATCH] almost finished --- 09/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/09/style.css b/09/style.css index 5a209fd..e27b2f9 100644 --- a/09/style.css +++ b/09/style.css @@ -160,6 +160,12 @@ img { } +@media only screen and (max-width: 1200px) { + + .column { padding: 0px 20px; } + +} + @media only screen and (min-height: 805px) { .vl { height: 700px; }