From 227fe76883698906a8dccb7e2b377fc66f6bde40 Mon Sep 17 00:00:00 2001 From: Ottis Date: Tue, 9 Jul 2019 17:03:54 +0100 Subject: [PATCH] almost finished --- 09/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/09/style.css b/09/style.css index 9b206d9..ef8e2a9 100644 --- a/09/style.css +++ b/09/style.css @@ -105,9 +105,9 @@ section { } #photos { - width: 80%; + width: 94%; overflow-y: auto; - height: 500px; + height: 400px; } img { @@ -128,7 +128,7 @@ img { .column { -ms-flex: 50%; /* IE 10 */ flex: 50%; - padding: 0 4px; + padding: 0 150px; } .column img {