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;
|
||||
|
||||
}
|
||||
.left {
|
||||
float: left;
|
||||
padding-right: 1vw;
|
||||
width: 50%;
|
||||
&.quater {
|
||||
width: 320px;
|
||||
height: 240px;
|
||||
@media screen and (min-width: 1080px) {
|
||||
.left {
|
||||
float: left;
|
||||
padding-right: 1vw;
|
||||
width: 50%;
|
||||
&.quater {
|
||||
width: 320px;
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clearpara {
|
||||
|
|
Loading…
Reference in a new issue