inherit font sizes

This commit is contained in:
filifa 2025-12-11 23:49:34 -05:00
parent d427a83279
commit 19da0de417
1 changed files with 5 additions and 5 deletions

View File

@ -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 {