Skip to content

Commit aa2f244

Browse files
committed
Merge branch 'development'
2 parents 6c22638 + ea1566a commit aa2f244

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)