Skip to content

Commit 60156b0

Browse files
committed
Demo page: HR element padding adjustment
1 parent fb434fc commit 60156b0

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/screen.sass

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $dark-gray: #222
1717
$color: $gray
1818
$bg-color: #fff
1919
$border-color: darken($bg-color, 5%)
20-
$header-bg-color: #f7f7f7
20+
$header-bg-color: #f9f9f9
2121
$section-heading-color: $orange
2222
$heading-color: $dark-gray
2323
$link-color: $blue
@@ -363,10 +363,5 @@ ul
363363
hr
364364
border: 0
365365
border-top: 2px solid $border-color
366-
margin: 2rem auto
366+
margin: 1rem auto 1.5rem auto
367367
width: 3rem
368-
369-
@media (min-width: 40rem)
370-
hr
371-
margin: 2.5rem auto
372-

0 commit comments

Comments
 (0)