We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db61d3 commit 64a1b8aCopy full SHA for 64a1b8a
1 file changed
src/sd-style.scss
@@ -244,6 +244,7 @@
244
grid-column: span 1;
245
grid-row: span 1;
246
.card {
247
+ aspect-ratio: 1/0.8;
248
.front {
249
img.flip-icon {
250
width: 15px;
@@ -257,10 +258,13 @@
257
258
259
260
- .front {
261
- img.flip-icon {
262
- width: 15px;
263
- height: 15px;
+ .card {
+ .front {
264
+ img.flip-icon {
265
+ width: 15px;
266
+ height: 15px;
267
+ }
268
}
269
270
0 commit comments