Changed breakpoints to fix scrolling on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-11-05 12:28:05 -04:00
parent 97e742a34b
commit 4fd374ce39
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 1000px) {
.subBox {
flex-direction: column;
align-items: flex-start;

View File

@ -3,7 +3,7 @@
display: flex;
padding: calc(40rem / 16) calc(50rem / 16);
margin: calc(65rem / 16) 0;
width: 90%;
width: 88%;
}
.wrapperRight {
@ -48,7 +48,7 @@
align-items: center;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 900px) {
.sideWrapperCommon {
margin: auto;
flex-direction: column;