From 840d45cede0ff787761cba782f962a0d0a470ee7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 10 Jun 2022 23:17:26 +0200 Subject: [PATCH] shift --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index bd3463c..311b8b5 100644 --- a/index.css +++ b/index.css @@ -37,14 +37,14 @@ font-size: 1.1em; } .tab_content { display: none; -left: 0; -position: absolute; } input:checked ~ label { background: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,0)); } input:checked ~ label ~ .tab_content { display: block; +left: 0; +position: absolute; } a {