FIX: don't float left all h3's on mobile

This commit is contained in:
Neil Lalonde 2014-05-26 11:00:54 -04:00
parent 96ed5e0e54
commit c14d754e02
1 changed files with 0 additions and 4 deletions

View File

@ -12,11 +12,7 @@ body {
height: 100%;
@include border-radius-all(5px);
.contents {
float: left;
padding: 10px 10px 10px 10px;
h3 {
float: left;
}
}
&.white {
background-color: $secondary;