Commit be4b8ad42ae1e1389a1dbd344e2b804ec6910cde

Authored by Melissa Wen
1 parent d340dc88

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 16 font-size: 22px
17 17 text-decoration: none
18 18 .image
19   - height: 345px
  19 + height: auto
20 20 margin: 0
  21 + max-height: 345px
21 22 overflow: hidden
22 23 width: 645px
23 24 img
... ... @@ -54,7 +55,7 @@
54 55 text-transform: lowercase
55 56 .action-home-index #content .box .block-outer:last-child &, #content #box-organizer .container-block-plugin_container-block .block-outer:nth-child(3) &
56 57 float: left
57   - margin-left: 15px
  58 + margin: 25px 0 0 15px
58 59 width: 290px !important
59 60 .block-title
60 61 background: none
... ...