From abe32de01677477df567cd7c25bf0018f15bdd64 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Wed, 17 Jun 2015 16:29:17 -0300 Subject: [PATCH] Fix: home menu changed from inline-block to float (issue #311) --- sass/style.sass | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sass/style.sass b/sass/style.sass index 0e2d7bf..7524964 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -1369,11 +1369,16 @@ h3.titulo-destaque &-name display: block width: 100% + &:after + content: "" + display: block + clear: both li - display: inline-block - font-size: $font-size-base + display: block width: 25% - vertical-align: top + float: left + // font-size: $font-size-base + // vertical-align: top &:first-child a border-left: 0 -- libgit2 0.21.2