Skip to content

Commit 48874ca

Browse files
committed
fix: 💄 re-center align items in inner-container for improved layout
1 parent e0a97b9 commit 48874ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ onMounted(() => {
4444
.inner-container {
4545
flex-grow: 2;
4646
display: flex;
47-
justify-content: flex-start;
47+
justify-content: center;
4848
align-items: flex-start;
4949
flex-wrap: wrap;
5050
padding-bottom: 8vw;

0 commit comments

Comments
 (0)