more css stuff
This commit is contained in:
parent
93f16d92d0
commit
b51dd5e5d2
1 changed files with 4 additions and 3 deletions
|
@ -155,9 +155,10 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type] {
|
input[type] {
|
||||||
|
font-size: 24.5px;
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 5em;
|
min-width: 5rem;
|
||||||
height: 5em;
|
height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in a new issue