Skip to content

Commit 64a1b8a

Browse files
committed
working with project page layoug
1 parent 8db61d3 commit 64a1b8a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/sd-style.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
grid-column: span 1;
245245
grid-row: span 1;
246246
.card {
247+
aspect-ratio: 1/0.8;
247248
.front {
248249
img.flip-icon {
249250
width: 15px;
@@ -257,10 +258,13 @@
257258
grid-column: span 1;
258259
grid-row: span 1;
259260

260-
.front {
261-
img.flip-icon {
262-
width: 15px;
263-
height: 15px;
261+
.card {
262+
aspect-ratio: 1/0.8;
263+
.front {
264+
img.flip-icon {
265+
width: 15px;
266+
height: 15px;
267+
}
264268
}
265269
}
266270
}

0 commit comments

Comments
 (0)