Skip to content

Commit d9cb37a

Browse files
committed
fix
1 parent 09bef26 commit d9cb37a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/svelte.dev/src/routes/packages/Category.svelte

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
align-items: center;
9999
gap: 1rem;
100100
cursor: pointer;
101+
width: 100%;
102+
justify-content: flex-end;
101103
102104
.icon {
103105
mask-size: 2rem;
@@ -107,6 +109,18 @@
107109
mask-image: url(icons/minus);
108110
}
109111
}
112+
113+
.button {
114+
order: 1;
115+
}
116+
117+
@media (min-width: 1024px) {
118+
justify-content: flex-start;
119+
120+
.button {
121+
order: 0;
122+
}
123+
}
110124
}
111125
112126
.item {

0 commit comments

Comments
 (0)