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 {