From ed937a30860839aedde56844f7c27fbbf31fbbdb Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sun, 7 Sep 2025 20:09:51 +0200 Subject: Fix phone style --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/styles.css b/static/css/styles.css index ce6cc6e..3edbaf2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -171,7 +171,7 @@ footer { @media (max-width: 600px) { .header__logout { position: inherit !important; - margin: 0 2rem; + margin: 0 2rem !important; } .header__logout button { width: 100% !important; -- cgit v1.2.3