diff --git a/frontend/src/Home/Home.scss b/frontend/src/Home/Home.scss index 0b9347d..98c31b3 100644 --- a/frontend/src/Home/Home.scss +++ b/frontend/src/Home/Home.scss @@ -24,6 +24,11 @@ .bp3-navbar { transition: 0.3s; + > * { + // keeps the breadcrumbs from taking all the space + max-width: 70%; + } + * { transition: 0.3s; } @@ -45,4 +50,4 @@ .bp3-navbar { transition: 0.3s; } -} +} \ No newline at end of file