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,6 +52,7 @@
z-index: 10;
}
@media screen and (min-width: 1080px) {
.left {
float: left;
padding-right: 1vw;
@ -61,6 +62,7 @@
height: 240px;
}
}
}
.clearpara {
clear: left;
padding-top: 1vh;