some tweaks to portrait media query .btn-primary responsive sizing
All checks were successful
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-05-08 16:18:29 -04:00
parent a319318740
commit f659a64b91

View File

@@ -64,7 +64,7 @@
}
@media (orientation: landscape) and (max-width: 1100px),
(orientation: portrait) {
(orientation: portrait) and (max-height: 800px) {
width: 2.75rem !important;
height: 2.75rem !important;
font-size: 0.625rem !important;