Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

Commit

Permalink
Merge pull request #69 from jmcarp/thin-district-borders
Browse files Browse the repository at this point in the history
Use thin borders for district paths.
  • Loading branch information
Noah Manger committed Sep 8, 2015
2 parents 5502e15 + b00fbb9 commit f499550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/components/_maps.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.election-map {
border: 1px solid $beige;
height: 40rem;

svg path {
stroke-width: 1px;
}
}

.state-map {
Expand Down

0 comments on commit f499550

Please sign in to comment.