Commit 5b8abe805948c8a6b2f65e32bf851d890f204ef1
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 | 30 | font-size: 13px |
31 | 31 | height: 24px |
32 | 32 | line-height: 24px |
33 | - margin: 25px 0 | |
33 | + margin: 25px 0 20px | |
34 | 34 | padding-left: 30px |
35 | 35 | text-decoration: none |
36 | 36 | text-transform: lowercase |
... | ... | @@ -39,12 +39,13 @@ |
39 | 39 | .container-block-plugin_container-block |
40 | 40 | margin-top: 20px |
41 | 41 | .block-outer |
42 | + margin: 0 | |
42 | 43 | .display-content-block |
43 | 44 | background: #999999 |
44 | 45 | border-top: 5px solid #E5E5E5 |
45 | 46 | margin-right: 0px |
46 | 47 | padding: 25px 0 0 0 |
47 | - width: 480px !important | |
48 | + width: 475px !important | |
48 | 49 | .block-title |
49 | 50 | color: #EAE6C6 |
50 | 51 | margin-bottom: 20px |
... | ... | @@ -109,7 +110,7 @@ |
109 | 110 | border-top: 5px solid #999999 |
110 | 111 | margin-right: 5px |
111 | 112 | padding: 25px 15px 15px |
112 | - width: 450px !important | |
113 | + width: 445px !important | |
113 | 114 | .block-title |
114 | 115 | color: #3B9AAD |
115 | 116 | margin-bottom: 25px | ... | ... |