From c697b4e465b3385cf34239f36ea6951196c84b09 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 29 Apr 2024 23:18:33 +0200 Subject: [PATCH] small skin improvement --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 09ab456..9184782 100644 --- a/style.css +++ b/style.css @@ -114,14 +114,14 @@ CUSTOM STYLE .panel.middle h1 { position: absolute; - top: 1em; + top: 0; width: 100%; text-align: center; } .panel.middle h2 { position: absolute; - bottom: 1em; + bottom: 0; width: 100%; text-align: center; }