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; }