From 9ad26de1cf73ffcfb138c9baea8c3615005913d7 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Fri, 20 Mar 2020 18:08:15 +0100 Subject: [PATCH] some sectioning height optimizations --- css/about.css | 1 + css/contact.css | 6 +++--- css/experience.css | 1 + css/general.css | 4 ---- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/css/about.css b/css/about.css index a6db190..3d0185a 100644 --- a/css/about.css +++ b/css/about.css @@ -86,6 +86,7 @@ #section2 { height: 130%; + min-height: 860px; } #aboutPic { diff --git a/css/contact.css b/css/contact.css index 3a6e357..e719d1d 100644 --- a/css/contact.css +++ b/css/contact.css @@ -49,7 +49,7 @@ /* Screen smaller than 600px -- general small width screens */ @media screen and (max-width: 1200px) { - #section5 { - height: 100%; - } + /*#section5 {*/ + /* height: 100%;*/ + /*}*/ } diff --git a/css/experience.css b/css/experience.css index 243f9dc..dcf6cf5 100644 --- a/css/experience.css +++ b/css/experience.css @@ -89,6 +89,7 @@ @media screen and (max-width: 1200px) { #section3 { height: 100%; + min-height: 700px; } .tab { diff --git a/css/general.css b/css/general.css index c0b31e1..de3eac1 100644 --- a/css/general.css +++ b/css/general.css @@ -61,10 +61,6 @@ body, html, #maincontent { background: #311E25; } - .tile { - min-height: 300px; - } - #backtotopbutton { display: none; /* hide scroll to top button on mobile devices */ }