left align is full on mobile
This commit is contained in:
parent
3c01a62eff
commit
3105d152fe
1 changed files with 9 additions and 7 deletions
|
@ -52,13 +52,15 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
}
|
}
|
||||||
.left {
|
@media screen and (min-width: 1080px) {
|
||||||
float: left;
|
.left {
|
||||||
padding-right: 1vw;
|
float: left;
|
||||||
width: 50%;
|
padding-right: 1vw;
|
||||||
&.quater {
|
width: 50%;
|
||||||
width: 320px;
|
&.quater {
|
||||||
height: 240px;
|
width: 320px;
|
||||||
|
height: 240px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.clearpara {
|
.clearpara {
|
||||||
|
|
Loading…
Reference in a new issue