From d9e71b13e74446073ba6dadd6b48764ae718f1c4 Mon Sep 17 00:00:00 2001 From: em Date: Mon, 20 Jun 2022 17:32:11 +0200 Subject: [PATCH] Fix x overflow --- weby/it/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weby/it/css/main.css b/weby/it/css/main.css index f432202..583cc8d 100644 --- a/weby/it/css/main.css +++ b/weby/it/css/main.css @@ -56,7 +56,7 @@ list-style-image: url('../img/troj-modry-maly.png'); border-bottom-style:inset;*/ } - hr.header{ height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); width: 100.5%; + hr.header{ height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); width: 100%; margin-left: -0%; } hr.footer{