From 9c340533e285712a65ec7b8ae5685dde9668d7b4 Mon Sep 17 00:00:00 2001 From: Ottis Date: Tue, 9 Jul 2019 17:09:58 +0100 Subject: [PATCH] almost finished --- 09/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/09/style.css b/09/style.css index ef8e2a9..ba06c67 100644 --- a/09/style.css +++ b/09/style.css @@ -141,9 +141,7 @@ img { @media only screen and (max-width: 600px) { - header { - font-size: 10px; - } + header { font-size: 10px; } #left { width: 96%; } @@ -155,7 +153,11 @@ img { } #pdf { width: 96%; } - + + #photos { width: 96%; } + + .column { padding: 0px 9px 0px 0px; } + } @media only screen and (min-height: 805px) {