inherit font sizes
This commit is contained in:
parent
d427a83279
commit
19da0de417
10
styles.css
10
styles.css
|
|
@ -2,6 +2,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
gap: 0.3rem;
|
gap: 0.3rem;
|
||||||
|
font-size: xx-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input-row {
|
#input-row {
|
||||||
|
|
@ -24,7 +25,7 @@
|
||||||
|
|
||||||
#expr {
|
#expr {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
font-size: xx-large;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#modulus-box {
|
#modulus-box {
|
||||||
|
|
@ -38,7 +39,7 @@
|
||||||
|
|
||||||
#modulus-label {
|
#modulus-label {
|
||||||
flex: initial;
|
flex: initial;
|
||||||
font-size: xx-large;
|
font-size: inherit;
|
||||||
margin-left: 0.3rem;
|
margin-left: 0.3rem;
|
||||||
margin-right: 0.3rem;
|
margin-right: 0.3rem;
|
||||||
}
|
}
|
||||||
|
|
@ -46,7 +47,7 @@
|
||||||
#modulus {
|
#modulus {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
font-size: xx-large;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#result {
|
#result {
|
||||||
|
|
@ -54,11 +55,10 @@
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
min-height: 1lh;
|
min-height: 1lh;
|
||||||
font-size: xx-large;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: xx-large;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extra-buttons {
|
#extra-buttons {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue