Skip to content

Commit

Permalink
Changed: Borders with px widths to $em fracton
Browse files Browse the repository at this point in the history
  • Loading branch information
jehna committed Apr 10, 2015
1 parent 7141245 commit 911e419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ th {

td,
th {
border-bottom: 1px solid $gray;
border-bottom: (.06 * $em) solid $gray;
padding: .825 * $em $em;
}

thead th {
border-bottom-width: 2px;
border-bottom-width: .12 * $em;
padding-bottom: .35 * $em;
}

0 comments on commit 911e419

Please sign in to comment.