Skip to content

Commit 0ca487c

Browse files
committed
Add mins to tiles
1 parent b7d3339 commit 0ca487c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib/Grid/Items/developer-tile.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
margin-bottom: 10px;
9595
width: 350px;
9696
height: 200px;
97+
min-width: 350px;
98+
min-height: 200px;
9799
max-width: 350px;
98100
max-height: 200px;
99101
border-radius: 15px;

src/lib/Grid/Items/game-tile.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
flex: 1;
100100
width: 350px;
101101
height: 200px;
102+
min-width: 350px;
103+
min-height: 200px;
102104
max-width: 350px;
103105
max-height: 200px;
104106
border-radius: 15px;

0 commit comments

Comments
 (0)