Skip to content

Commit 42686f1

Browse files
authored
Merge pull request #53 from ProLoser/copilot/update-category-list-height
Increase category list height to 100px
2 parents 7f262ac + c600536 commit 42686f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ html, body, #map-canvas {
5555
font-family: Roboto, Arial, sans-serif;
5656
}
5757

58+
#category {
59+
height: 100px;
60+
}
61+
5862
.filter-icon {
5963
width: 20px;
6064
height: 20px;

0 commit comments

Comments
 (0)