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,11 +31,12 @@ | ||
31 | font-family: 'Ubuntu' | 31 | font-family: 'Ubuntu' |
32 | font-size: 14px | 32 | font-size: 14px |
33 | margin: 0 | 33 | margin: 0 |
34 | + padding: 0 | ||
34 | p:first-child | 35 | p:first-child |
35 | - padding: 25px 0 0px 0 | 36 | + padding-top: 25px |
36 | p:last-child | 37 | p:last-child |
37 | border-bottom: 1px solid #373737 | 38 | border-bottom: 1px solid #373737 |
38 | - padding: 0 0 15px 0 | 39 | + padding-bottom: 15px |
39 | .read_more | 40 | .read_more |
40 | background: #E4E4E4 | 41 | background: #E4E4E4 |
41 | margin: 0 | 42 | margin: 0 |