lucadipalma commited on
Commit ·
b498809
1
Parent(s): aa2d45f
add max-height to #game_row
Browse files- support/style/css.py +1 -0
support/style/css.py
CHANGED
|
@@ -1241,6 +1241,7 @@ strong {
|
|
| 1241 |
margin-right: 1%;
|
| 1242 |
width: 98%;
|
| 1243 |
flex-direction: row;
|
|
|
|
| 1244 |
}
|
| 1245 |
|
| 1246 |
/* Board Column - FIXED IMAGE DISPLAY */
|
|
|
|
| 1241 |
margin-right: 1%;
|
| 1242 |
width: 98%;
|
| 1243 |
flex-direction: row;
|
| 1244 |
+
max-height: 750px;
|
| 1245 |
}
|
| 1246 |
|
| 1247 |
/* Board Column - FIXED IMAGE DISPLAY */
|