From ac63e5992bc98c140384dc1b1dc80f5a25b5ff29 Mon Sep 17 00:00:00 2001 From: frederik Date: Wed, 10 Apr 2024 10:07:55 +0200 Subject: [PATCH] tweak iframe layout --- homepage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/style.css b/homepage/style.css index 4c0c7b7..7f82400 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -24,7 +24,7 @@ h3 { iframe { border: none; - height: 88%; + height: 85%; width: 100%; position: fixed; }