Commit be4b8ad42ae1e1389a1dbd344e2b804ec6910cde
1 parent
d340dc88
Exists in
master
and in
5 other branches
On homepage - fix image size and aligment of more highlights
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
partial_sass/_news.sass
@@ -16,8 +16,9 @@ | @@ -16,8 +16,9 @@ | ||
16 | font-size: 22px | 16 | font-size: 22px |
17 | text-decoration: none | 17 | text-decoration: none |
18 | .image | 18 | .image |
19 | - height: 345px | 19 | + height: auto |
20 | margin: 0 | 20 | margin: 0 |
21 | + max-height: 345px | ||
21 | overflow: hidden | 22 | overflow: hidden |
22 | width: 645px | 23 | width: 645px |
23 | img | 24 | img |
@@ -54,7 +55,7 @@ | @@ -54,7 +55,7 @@ | ||
54 | text-transform: lowercase | 55 | text-transform: lowercase |
55 | .action-home-index #content .box .block-outer:last-child &, #content #box-organizer .container-block-plugin_container-block .block-outer:nth-child(3) & | 56 | .action-home-index #content .box .block-outer:last-child &, #content #box-organizer .container-block-plugin_container-block .block-outer:nth-child(3) & |
56 | float: left | 57 | float: left |
57 | - margin-left: 15px | 58 | + margin: 25px 0 0 15px |
58 | width: 290px !important | 59 | width: 290px !important |
59 | .block-title | 60 | .block-title |
60 | background: none | 61 | background: none |