Skip to content

Commit 7da1c85

Browse files
committed
refactor(default): 💄 removed redundancies for desktop mode in default.vue (justify-content works)
1 parent 48874ca commit 7da1c85

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

layouts/default.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,5 @@ 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-
flex-grow: 0;
69-
}
70-
}
71-
7262
}
7363
</style>

0 commit comments

Comments
 (0)