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 a000beb commit a6afad1Copy full SHA for a6afad1
src/index.pcss
@@ -160,9 +160,30 @@
160
top: 4px;
161
left: 4px;
162
}
163
-
+
164
&::after {
165
bottom: 4px;
166
right: 4px;
167
168
169
170
+/* Responsive cards */
171
+@media screen and (max-width: 800px) {
172
+ .card::after,
173
+ .item {
174
+ display: none;
175
+ }
176
177
+ .card {
178
+ width: 38px;
179
+ height: 48px;
180
+ display: flex;
181
+ justify-content: center;
182
+ align-items: center;
183
184
185
+ .card::before {
186
+ position: static;
187
+ font-size: 24px;
188
189
+}
0 commit comments