diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-08 18:26:43 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-08 18:26:43 +0200 |
| commit | 3d11f004047708c0c9a36ee71b2f2357217d14ec (patch) | |
| tree | 45bded76dd9bca67c9f7f49842e8043079fb30a4 /views/styles.css | |
| parent | 38031a55afa1d0cb7c4ca2300262f08d97ca4eee (diff) | |
| download | nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.tar nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.tar.gz nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.zip | |
fix: Improve certain button spacings
Diffstat (limited to 'views/styles.css')
| -rw-r--r-- | views/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/styles.css b/views/styles.css index 6637c40..fecbfeb 100644 --- a/views/styles.css +++ b/views/styles.css @@ -449,6 +449,7 @@ hr.new-section { margin: 0 1em 2em 1em; display: flex; flex-direction: row; + gap: 1em; } #user-nav { |
