diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 20:09:51 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 20:09:51 +0200 |
| commit | ed937a30860839aedde56844f7c27fbbf31fbbdb (patch) | |
| tree | 0329b3df4bb022a56463f257b05555b35efeadcd | |
| parent | 9facb899fa5c285f8f900c9ec65076f9954cfe9e (diff) | |
Fix phone style
| -rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
