aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/layout/NavBar.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/layout/NavBar.module.css')
-rw-r--r--src/frontend/app/components/layout/NavBar.module.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/app/components/layout/NavBar.module.css b/src/frontend/app/components/layout/NavBar.module.css
index 504b93b..6b46459 100644
--- a/src/frontend/app/components/layout/NavBar.module.css
+++ b/src/frontend/app/components/layout/NavBar.module.css
@@ -6,6 +6,9 @@
background-color: var(--background-color);
border-top: 1px solid var(--border-color);
+
+ max-width: 500px;
+ margin-inline: auto;
}
.vertical {