From 51978015844a406bdb1ab72cc85de2ea87fa4e96 Mon Sep 17 00:00:00 2001 From: Ottis Date: Tue, 9 Jul 2019 16:50:44 +0100 Subject: [PATCH] almost finished --- 09/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/09/style.css b/09/style.css index 37da32f..8b7666e 100644 --- a/09/style.css +++ b/09/style.css @@ -105,9 +105,14 @@ section { } #photos { + width: 80%; overflow-y: auto; } +img { + width: 100%; + height: auto; +} /* IMGS */ .row {