some tweaks to portrait media query .btn-primary responsive sizing
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: landscape) and (max-width: 1100px),
|
@media (orientation: landscape) and (max-width: 1100px),
|
||||||
(orientation: portrait) {
|
(orientation: portrait) and (max-height: 800px) {
|
||||||
width: 2.75rem !important;
|
width: 2.75rem !important;
|
||||||
height: 2.75rem !important;
|
height: 2.75rem !important;
|
||||||
font-size: 0.625rem !important;
|
font-size: 0.625rem !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user