summaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/index.css')
-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;
}