summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-04-29 08:01:06 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-04-29 08:01:06 -0400
commit1f3d746b2305cdfead10ba58da8e3cd2ea16e2e5 (patch)
treec7033488863ddee1bd496e4452606200b37b692a /src/styles
parentcae601b0fe048add790fa3b4341d76c973f14b2b (diff)
Minor layout fixesHEADmaster
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/index.css6
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;
}