Skip to content

Commit

Permalink
Demo page: HR element padding adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Apr 11, 2014
1 parent fb434fc commit 60156b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions sass/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $dark-gray: #222
$color: $gray
$bg-color: #fff
$border-color: darken($bg-color, 5%)
$header-bg-color: #f7f7f7
$header-bg-color: #f9f9f9
$section-heading-color: $orange
$heading-color: $dark-gray
$link-color: $blue
Expand Down Expand Up @@ -363,10 +363,5 @@ ul
hr
border: 0
border-top: 2px solid $border-color
margin: 2rem auto
margin: 1rem auto 1.5rem auto
width: 3rem

@media (min-width: 40rem)
hr
margin: 2.5rem auto

0 comments on commit 60156b0

Please sign in to comment.