Fix: button alignment on mobile

This commit is contained in:
shamoon 2024-05-14 20:14:45 -07:00
parent f45daa9445
commit 76ddc09dba

View File

@ -332,6 +332,14 @@ textarea,
}
}
@media(max-width: 768px) {
.input-group-sm .btn-sm {
// accommodate larger font size on mobile
padding-top: .35rem;
padding-bottom: .35rem;
}
}
.input-group .form-control-sm {
// accommodate larger font size on mobile
padding-top: .15rem;