Skip to content

Commit ecab9b3

Browse files
Style drop-down
Make it consistent width with the input boxes (and responsive)
1 parent 166ab36 commit ecab9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylesheets/food-compass.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ header {
4040
width: 120px;
4141
}
4242

43-
.start, .end, .time {
43+
.start, .end, .time, #category_filter {
4444
font-size: 25px;
4545
width: 75%;
4646
}
@@ -71,7 +71,7 @@ header {
7171

7272

7373
@media screen and (min-width: 900px) {
74-
.start, .end, .time {
74+
.start, .end, .time, #category_filter {
7575
width: 65%;
7676
}
7777

0 commit comments

Comments
 (0)