From f92276c903414d9aa2f88f61de10fb92442afc6f Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 23 Sep 2022 11:19:10 +0200 Subject: [PATCH] mobile close button properly possitioned --- css/styleHangar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styleHangar.css b/css/styleHangar.css index 5e434b7..7d6d618 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -426,7 +426,7 @@ .toogle:checked+.toogled-menu{ display: block; margin-top: 4px; - /*position: relative; */ + position: relative; } .toogle-show { position: relative;