diff --git a/website/src/index.css b/website/src/index.css index 3d947a532..ad7689208 100644 --- a/website/src/index.css +++ b/website/src/index.css @@ -430,3 +430,13 @@ nav.breadcrumbs li:last-of-type::after { background-color: var(--black); } } + +@media screen and (width >= 600px) and (width <= 900px) { + nav ul { + flex-wrap: wrap; + justify-content: center; + padding-left: 1.5em; + padding-right: 1.5em; + margin-top: 0.5em; + } +} \ No newline at end of file