From 88985a3a6fb1931a33f26ba1c46717a2a444c5b7 Mon Sep 17 00:00:00 2001 From: frederik Date: Sat, 28 Feb 2026 10:57:00 +0100 Subject: [PATCH] fix: make bottom visible on smaller screens --- homepage/static/dark-style.css | 2 +- homepage/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 3083419..342b646 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -27,7 +27,7 @@ h3 { iframe { border: none; - height: 90%; + height: 88%; width: 100%; position: fixed; background-color: grey; diff --git a/homepage/style.css b/homepage/style.css index 1a37c27..6fec8a4 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -24,7 +24,7 @@ h3 { iframe { border: none; - height: 90%; + height: 88%; width: 100%; position: fixed; }