diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-04-29 08:01:06 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-04-29 08:01:06 -0400 |
| commit | 1f3d746b2305cdfead10ba58da8e3cd2ea16e2e5 (patch) | |
| tree | c7033488863ddee1bd496e4452606200b37b692a /src/styles/index.css | |
| parent | cae601b0fe048add790fa3b4341d76c973f14b2b (diff) | |
Diffstat (limited to 'src/styles/index.css')
| -rw-r--r-- | src/styles/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css index 70c0f1b..8f9901a 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -355,11 +355,15 @@ only screen and (max-width:960px) { top: calc(50% - 4rem); } + body { + margin-top: 4rem; + } + #hamburger { display: block; position: fixed; top: 0.5rem; - right: 5rem; + right: 2rem; z-index: 1002; padding: 0.5rem; } |
