Commit 5b8abe805948c8a6b2f65e32bf851d890f204ef1

Authored by Melissa Wen
1 parent 529181be
Exists in master

alignment adjusts on news blocks and article-block

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
_homeblocks.sass
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 font-size: 13px 30 font-size: 13px
31 height: 24px 31 height: 24px
32 line-height: 24px 32 line-height: 24px
33 - margin: 25px 0 33 + margin: 25px 0 20px
34 padding-left: 30px 34 padding-left: 30px
35 text-decoration: none 35 text-decoration: none
36 text-transform: lowercase 36 text-transform: lowercase
@@ -39,12 +39,13 @@ @@ -39,12 +39,13 @@
39 .container-block-plugin_container-block 39 .container-block-plugin_container-block
40 margin-top: 20px 40 margin-top: 20px
41 .block-outer 41 .block-outer
  42 + margin: 0
42 .display-content-block 43 .display-content-block
43 background: #999999 44 background: #999999
44 border-top: 5px solid #E5E5E5 45 border-top: 5px solid #E5E5E5
45 margin-right: 0px 46 margin-right: 0px
46 padding: 25px 0 0 0 47 padding: 25px 0 0 0
47 - width: 480px !important 48 + width: 475px !important
48 .block-title 49 .block-title
49 color: #EAE6C6 50 color: #EAE6C6
50 margin-bottom: 20px 51 margin-bottom: 20px
@@ -109,7 +110,7 @@ @@ -109,7 +110,7 @@
109 border-top: 5px solid #999999 110 border-top: 5px solid #999999
110 margin-right: 5px 111 margin-right: 5px
111 padding: 25px 15px 15px 112 padding: 25px 15px 15px
112 - width: 450px !important 113 + width: 445px !important
113 .block-title 114 .block-title
114 color: #3B9AAD 115 color: #3B9AAD
115 margin-bottom: 25px 116 margin-bottom: 25px