Skip to content

Commit 8c6ffcc

Browse files
author
Adam Argyle
committed
minor styles to select element on mobile
1 parent 79316e7 commit 8c6ffcc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ nav {
7474
& > *:not(select) {
7575
display: none;
7676
}
77+
78+
& > select {
79+
font-size: 1.5rem;
80+
border: none;
81+
background: white;
82+
}
7783
}
7884

7985
@media (min-width: 720px) {

0 commit comments

Comments
 (0)