Commit c08c6daf2eb74f8cdf6137e480943f7f2cc697a6

Authored by Melissa Wen
1 parent feecb8ed

adjusts on margin of section titles

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
_container.sass
@@ -2,10 +2,12 @@ @@ -2,10 +2,12 @@
2 .block-title 2 .block-title
3 .action-home-index #content .block-outer:first-child &, #content #box-organizer .block-outer:first-child & 3 .action-home-index #content .block-outer:first-child &, #content #box-organizer .block-outer:first-child &
4 background: #308DC6 4 background: #308DC6
  5 + margin-bottom: 65px
5 span 6 span
6 background: url('images/home/01.png') no-repeat left center 7 background: url('images/home/01.png') no-repeat left center
7 - .action-home-index #content .block-outer:nth-child(3) &, #content #box-organizer .block-outer:nth-child(3) & 8 + .action-home-index #content .block-outer:nth-child(4) &, #content #box-organizer .block-outer:nth-child(4) &
8 background: #90B500 9 background: #90B500
  10 + margin-bottom: 40px
9 span 11 span
10 background: url('images/home/03.png') no-repeat left center 12 background: url('images/home/03.png') no-repeat left center
11 .action-home-index #content &, #content #box-organizer & 13 .action-home-index #content &, #content #box-organizer &
@@ -18,9 +20,10 @@ @@ -18,9 +20,10 @@
18 background: url('images/home/02.png') no-repeat left center 20 background: url('images/home/02.png') no-repeat left center
19 color: #FFF 21 color: #FFF
20 display: block 22 display: block
21 - font-family: Ubuntu 23 + font-family: 'Ubuntu Mediun'
22 font-size: 18px 24 font-size: 18px
23 font-variant: normal 25 font-variant: normal
  26 + font-weight: normal
24 margin: auto 27 margin: auto
25 padding-left: 60px 28 padding-left: 60px
26 width: 900px 29 width: 900px