Commit c4ab589621176f1480f96b6aef0eb24a06caf05a
1 parent
9a59ab2b
Exists in
master
and in
4 other branches
fix news abstract padding
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
_news.sass
... | ... | @@ -31,11 +31,12 @@ |
31 | 31 | font-family: 'Ubuntu' |
32 | 32 | font-size: 14px |
33 | 33 | margin: 0 |
34 | + padding: 0 | |
34 | 35 | p:first-child |
35 | - padding: 25px 0 0px 0 | |
36 | + padding-top: 25px | |
36 | 37 | p:last-child |
37 | 38 | border-bottom: 1px solid #373737 |
38 | - padding: 0 0 15px 0 | |
39 | + padding-bottom: 15px | |
39 | 40 | .read_more |
40 | 41 | background: #E4E4E4 |
41 | 42 | margin: 0 | ... | ... |