Skip to content

Commit 9da2c02

Browse files
committed
Shrinking image size
1 parent 845034f commit 9da2c02

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cake-game/src/routes/play/Play.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ section {
88
}
99

1010
.classifier-image {
11-
width: 90%;
12-
height: auto;
11+
height: 350px;
12+
width: auto;
1313
display: block;
1414
}
1515

16-
/*@media screen and (min-width: 768px) {
17-
section {
18-
width: 80%;
19-
margin: auto;
20-
}
21-
}*/
22-
2316
p {
2417
font-weight: bold;
2518
}

0 commit comments

Comments
 (0)