diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-18 20:19:10 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-18 20:19:10 +0100 |
commit | aaf7b47547e7dd43efb4da2f2790745521cd6eea (patch) | |
tree | dd7b930a2cb41bbca2af46632c29da5432ae8aeb /server/src/routes/ui/style/layout.css | |
parent | e24a026c58c07a2800662b9f5f4fd3f61d53c1d1 (diff) | |
download | jellything-aaf7b47547e7dd43efb4da2f2790745521cd6eea.tar jellything-aaf7b47547e7dd43efb4da2f2790745521cd6eea.tar.bz2 jellything-aaf7b47547e7dd43efb4da2f2790745521cd6eea.tar.zst |
style
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r-- | server/src/routes/ui/style/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index 2e54b1b..078dd4e 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -7,8 +7,6 @@ color: rgb(218, 218, 218); font-family: "Cantarell", sans-serif; font-weight: 500; - margin: 0px; - padding: 0px; } body { @@ -29,6 +27,8 @@ nav { nav h1 { margin: 0px; font-size: 1.5em; + display: inline; + margin-right: 1em; } #main { |