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%;
|
height: 100%;
|
||||||
@include border-radius-all(5px);
|
@include border-radius-all(5px);
|
||||||
.contents {
|
.contents {
|
||||||
float: left;
|
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px 10px 10px 10px;
|
||||||
h3 {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&.white {
|
&.white {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue