From 926e62518c93d5513226f69d7a7d5f76f14f36f5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 17 Feb 2024 20:43:48 +0000 Subject: [PATCH] Improve sizing of recent posts --- static/src/scss/_homepage.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/static/src/scss/_homepage.scss b/static/src/scss/_homepage.scss index b082944..d35d803 100644 --- a/static/src/scss/_homepage.scss +++ b/static/src/scss/_homepage.scss @@ -1,10 +1,6 @@ body.page-homepage { min-height: 100vh; - @include tablet { - height: 100vh; - } - main { background-repeat: no-repeat; background-size: cover; @@ -24,11 +20,8 @@ body.page-homepage { flex-direction: column; align-items: center; justify-content: center; + margin: 2rem; margin-bottom: 1rem; - - @include mobile { - margin: 2rem; - } } h1 { @@ -78,7 +71,7 @@ body.page-homepage { } .content-list { - width: 100%; + width: 90%; .card-image { overflow: hidden;