diff --git a/09/style.css b/09/style.css index e148398..a2c16e8 100644 --- a/09/style.css +++ b/09/style.css @@ -170,6 +170,16 @@ img { .vl { height: 700px; } + #photos { height: 445px; } + + .column { padding: 0px 50px; } + +} + +@media only screen and (min-height: 870px) { + + .vl { height: 700px; } + #photos { height: 495px; } .column { padding: 0px 50px; }