Skip to content

Commit 477beec

Browse files
committed
chore: section transition
1 parent 54879bb commit 477beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ watch(() => route.hash, async (hash) => {
229229
justify-content: center;
230230
min-width: 700px;
231231
max-width: 700px;
232+
transition: unset;
232233
233234
@media (--mobile) {
234235
row-gap: 1rem;
@@ -251,7 +252,6 @@ watch(() => route.hash, async (hash) => {
251252
252253
&.widen-content {
253254
min-width: 960px;
254-
transition: unset;
255255
256256
@media (--mobile) {
257257
min-width: 0;

0 commit comments

Comments
 (0)