diff --git a/styles.css b/styles.css index b51ed95..d8aab6d 100644 --- a/styles.css +++ b/styles.css @@ -2,6 +2,7 @@ display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.3rem; + font-size: xx-large; } #input-row { @@ -24,7 +25,7 @@ #expr { flex: auto; - font-size: xx-large; + font-size: inherit; } #modulus-box { @@ -38,7 +39,7 @@ #modulus-label { flex: initial; - font-size: xx-large; + font-size: inherit; margin-left: 0.3rem; margin-right: 0.3rem; } @@ -46,7 +47,7 @@ #modulus { flex: auto; min-width: 0; - font-size: xx-large; + font-size: inherit; } #result { @@ -54,11 +55,10 @@ border: 1px solid gray; text-align: right; min-height: 1lh; - font-size: xx-large; } button { - font-size: xx-large; + font-size: inherit; } #extra-buttons {