9d4241c53d
c0b38d52c2
@ -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 {
overflow-x: auto;
</style>