From 26194e5b2f00f61f5ab1f6814862f1acc4f43e36 Mon Sep 17 00:00:00 2001 From: lukas Date: Mon, 15 Jun 2020 19:02:49 +0200 Subject: [PATCH] improved min-height of about section --- css/about.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/about.css b/css/about.css index 1effd5a..ccb20f8 100644 --- a/css/about.css +++ b/css/about.css @@ -103,8 +103,8 @@ } #section2 { - height: 140%; - min-height: 860px; + height: 160%; + min-height: 1000px; } #aboutPic {