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; }