css spacing

This commit is contained in:
Kenneth Jao 2018-06-05 23:06:58 -04:00
parent 5632bec45b
commit 32b32a60ef

View File

@ -243,9 +243,18 @@ a {
height: 42%; height: 42%;
} }
#dataTableCont, #dataTable2Cont { #dataTableCont {
height: 40%; height: 40%;
} }
#dataTableCont2 {
height: 45%;
}
#dataTable2{
height: 50% !important;
}
#dataTable, #dataTable2 { #dataTable, #dataTable2 {
grid-template-columns: 90fr 10fr; grid-template-columns: 90fr 10fr;
} }