diff options
Diffstat (limited to 'src/frontend/app/components/layout/NavBar.module.css')
| -rw-r--r-- | src/frontend/app/components/layout/NavBar.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/layout/NavBar.module.css b/src/frontend/app/components/layout/NavBar.module.css index 6b46459..ddace40 100644 --- a/src/frontend/app/components/layout/NavBar.module.css +++ b/src/frontend/app/components/layout/NavBar.module.css @@ -7,7 +7,7 @@ background-color: var(--background-color); border-top: 1px solid var(--border-color); - max-width: 500px; + max-width: 48rem; margin-inline: auto; } |
