FIX: don't float left all h3's on mobile
This commit is contained in:
parent
96ed5e0e54
commit
c14d754e02
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue