We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bef26 commit d9cb37aCopy full SHA for d9cb37a
apps/svelte.dev/src/routes/packages/Category.svelte
@@ -98,6 +98,8 @@
98
align-items: center;
99
gap: 1rem;
100
cursor: pointer;
101
+ width: 100%;
102
+ justify-content: flex-end;
103
104
.icon {
105
mask-size: 2rem;
@@ -107,6 +109,18 @@
107
109
mask-image: url(icons/minus);
108
110
}
111
112
+
113
+ .button {
114
+ order: 1;
115
+ }
116
117
+ @media (min-width: 1024px) {
118
+ justify-content: flex-start;
119
120
121
+ order: 0;
122
123
124
125
126
.item {
0 commit comments