Mohamed Tarek 1 week ago committed by GitHub
commit 1c6b66ee0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -183,7 +183,8 @@ const { isHome, hasSidebar } = useLayout()
}
.content-body {
display: flex;
display: grid;
grid-auto-flow: column;
justify-content: flex-end;
align-items: center;
height: var(--vp-nav-height);

@ -35,6 +35,7 @@ const { theme } = useData()
@media (min-width: 768px) {
.VPNavBarMenu {
display: flex;
overflow-x: auto;
}
}
</style>

Loading…
Cancel
Save