feat: center navbar for large screen sizes (#2126)
* feat: center navbar for widths >991px * fix: update src/routes/_components/Nav.html fixes #403 Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
This commit is contained in:
parent
05a3b2d31f
commit
ce03460b86
|
@ -48,6 +48,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1400px) {
|
||||||
|
.main-nav-ul {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import NavItem from './NavItem.html'
|
import NavItem from './NavItem.html'
|
||||||
|
|
Loading…
Reference in New Issue