Made arrows not scroll page on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-11-05 01:51:32 -04:00
parent 2796aad456
commit 3b960baf72
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
}
.arrow {
width: calc(200rem / 16);
width: 100%;
}
}