left align is full on mobile

This commit is contained in:
j 2022-09-26 13:37:25 +01:00
parent 3c01a62eff
commit 3105d152fe

View file

@ -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 {