Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Remove padding from mobile nav dropdown
Browse files Browse the repository at this point in the history
...that was only appearing for IE 10 apparently

Fixes #45
  • Loading branch information
mpetrovich committed Jul 1, 2018
1 parent f621635 commit 6dd7908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/components/i-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
background: #f0f0f0;
}

.i-nav-select select {
padding: 0;
}

@media (min-width: 992px) {
.i-page__content {
margin-left: 20%;
Expand Down

0 comments on commit 6dd7908

Please sign in to comment.