From da5000d9a90b20eb6e1bd0eb59c8ce48c4741329 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Fri, 27 May 2022 17:20:11 +0300 Subject: [PATCH] move to prevent scrolling --- code/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/static/style.css b/code/static/style.css index 50c7ac5..6e735e0 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -37,8 +37,8 @@ body { #home { position: absolute; - left: 0px; - bottom: 0px; + left: 1px; + bottom: 2px; } #home a {