From 9805b4c0d8fdaa95f932b96efd2e91b829b335df Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Tue, 30 Jan 2024 10:40:17 +0100 Subject: [PATCH] play around with image sizes --- assets/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e9b99df..4bcd2ef 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -224,14 +224,14 @@ body { .site-hero { position: relative; - height: 80vh; + height: 84vh; background-size: cover; background-position: center center; display: flex; align-items: center; justify-content: center; background-image: linear-gradient(rgba(250, 250, 250, 0.4), rgba(250, 250, 250, 0.4)), url('../images/landscape_background.png'); - background-size: 70%; + background-size: 65%; background-position: center; background-repeat: no-repeat; } @@ -417,9 +417,9 @@ body { } .site-about { - padding-top: 30px; - padding-bottom: 30px; - min-height: 20vh; + padding-top: 20px; + padding-bottom: 20px; + min-height: 15vh; display: flex; align-items: center; background-image: var(--box-gradient);