From d6bfbe89aba6ea36de485434e8a91a1032422099 Mon Sep 17 00:00:00 2001 From: Ottis Date: Tue, 9 Jul 2019 17:26:25 +0100 Subject: [PATCH] photos section --- 09/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; }