Fix: mobile sizing tweaks

This commit is contained in:
shamoon
2024-02-29 16:57:47 -08:00
parent c57c1d5389
commit 464ee51de8
3 changed files with 20 additions and 3 deletions

View File

@@ -320,6 +320,17 @@ textarea,
background-color: var(--pngx-bg-darker);
color: var(--bs-body-color);
}
@media(max-width: 768px) {
font-size: 1rem;
}
}
.input-group .form-control-sm {
// accommodate larger font size on mobile
padding-top: .15rem;
padding-bottom: .15rem;
min-height: calc(1.3em + 0.5rem + calc(var(--bs-border-width) * 2)) !important;
}
.input-group .btn-outline-secondary {