Skip to content

Commit ea1566a

Browse files
committed
fix(default): center align items in index layout for desktop
1 parent b722c22 commit ea1566a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bun.lockb

0 Bytes
Binary file not shown.

layouts/default.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,14 @@ onMounted(() => {
5959
margin-bottom: 4vw;
6060
}
6161
}
62+
63+
.index & {
64+
@media all and (min-width: 769px) {
65+
justify-content: center;
66+
align-items: center;
67+
padding-bottom: 0;
68+
}
69+
}
70+
6271
}
6372
</style>

0 commit comments

Comments
 (0)