From 2317488087361a5aa86425000ff0b82c5839f440 Mon Sep 17 00:00:00 2001 From: ElGurkus Date: Wed, 11 Nov 2020 10:14:33 +0100 Subject: [PATCH] changed style -> slightly changed position of navbar and board to accomodate for smaller monitors --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a4f94ff..30ca300 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ ul { height: auto; min-width: 600px; position: absolute; - top: 10%; + top: 5%; font-size: 25px; text-shadow: 2px 2px 5px #c41d1d; font-family: Bradley Hand, cursive; @@ -42,7 +42,7 @@ li a:hover:not(.active) { position: absolute; transform: translate(-50%, -50%); left: 50%; - top: 50%; + top: 55%; font-family: Brush Script MT; font-weight: 600; background-image: url("muster.jpg");