diff --git a/css/sq2bs.css b/css/sq2bs.css index a2d57de..afaf5b6 100644 --- a/css/sq2bs.css +++ b/css/sq2bs.css @@ -200,10 +200,10 @@ input.equipment-input:not(.is-invalid) { @media screen and (orientation: landscape) and (max-width: 1199px) { :root { - --scaled-fontsize: 1rem; + --scaled-fontsize: max(1rem, 16px); } .scaled-font { - font-size: 1rem; + font-size: max(1rem, 16px); } .box-title {