update iconApp size on mobile size

This commit is contained in:
Dede Fuji Abdul
2023-10-27 10:07:54 +07:00
parent 32a2f1b2f5
commit 28382959d6
2 changed files with 5 additions and 1 deletions

View File

@ -3199,6 +3199,10 @@ select {
display: none;
}
.md\:h-16 {
height: 4rem;
}
.md\:w-1\/2 {
width: 50%;
}