We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d3339 commit 0ca487cCopy full SHA for 0ca487c
2 files changed
src/lib/Grid/Items/developer-tile.svelte
@@ -94,6 +94,8 @@
94
margin-bottom: 10px;
95
width: 350px;
96
height: 200px;
97
+ min-width: 350px;
98
+ min-height: 200px;
99
max-width: 350px;
100
max-height: 200px;
101
border-radius: 15px;
src/lib/Grid/Items/game-tile.svelte
@@ -99,6 +99,8 @@
flex: 1;
102
103
104
105
106
0 commit comments