From 3183e77e9d606fbd5232689f3924c17f1747d526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Petr=C3=A1=C5=88?= Date: Fri, 19 Apr 2019 21:47:22 +0200 Subject: [PATCH] Fixed size of image in member section --- css/master.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/master.css b/css/master.css index 4d2e789..e6c189c 100644 --- a/css/master.css +++ b/css/master.css @@ -86,7 +86,7 @@ section.member{ margin: 2em 0 0 0; } section.member-last{ - width: 50%; + width: 23em; margin: 5em auto 0 auto; display: block; text-align: center; @@ -160,7 +160,7 @@ nav { } nav ul { list-style-type: none; - margin: 20% auto 0 auto; + margin: 6em auto 0 auto; display: grid; grid-template-rows: repeat(6, 8em); justify-content: space-evenly;