Client - update display on mobile

This commit is contained in:
Sam
2021-09-28 17:48:17 +02:00
parent fab8cae3b2
commit 991a7acc03
3 changed files with 6 additions and 5 deletions

View File

@ -105,7 +105,7 @@
@media screen and (max-width: $small-limit) {
.custom-modal {
margin: 20% 0;
margin: 50% 0;
width: 100%;
}
}