diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-02-02 01:41:55 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-02-02 01:41:55 +0100 |
commit | 95447aa5cf56f1d1cbde49978378db261b94c7c7 (patch) | |
tree | 2ca5295a56533203c58c04f8b7866ad653a1f2bf | |
parent | 21503e6100d4bb1eab56e22d33865229b909e086 (diff) |
CSS: Minor margin consistency improvement.
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,8 +200,8 @@ html, body { /*max-width: 35%;*/ /*width: revert;*/ max-width: 360px; - margin-left: var(--map-container-padding); - margin-right: var(--map-container-padding); + margin-left: 0; + margin-right: var(--map-menu-spacing); font-size: medium; z-index: 11; --bs-modal-color: var(--bs-body-color); |