diff --git a/_homeblocks.sass b/_homeblocks.sass index 1e85d9c..bd4e087 100644 --- a/_homeblocks.sass +++ b/_homeblocks.sass @@ -159,6 +159,8 @@ border: 1px solid #E5E5E5 border-radius: 5px color: #A2A2A2 + display: inline-block + float: none font-family: 'Ubuntu' font-size: 16px height: 50px @@ -170,15 +172,17 @@ display: none .name color: #A2A2A2 - float: left + display: inline-block font-family: 'Ubuntu Mediun' font-size: 15px font-weight: normal - height: 50px - line-height: 50px - margin: 0 0 0 10px + height: auto + line-height: 17px + margin: -5px auto auto 10px + max-height: 52px overflow: hidden padding: 0 + vertical-align: middle width: 320px .legend background: url('icons/closed.png') no-repeat left center -- libgit2 0.21.2