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