(Created page with ".movedata-box { display: flex; flex-wrap: wrap; overflow-x:auto; background-color: #353535; } @media (max-width:861px) { .movedata-iconscol { flex-direction: row; f...") |
No edit summary |
||
Line 4: | Line 4: | ||
overflow-x:auto; | overflow-x:auto; | ||
background-color: #353535; | background-color: #353535; | ||
} | } | ||
Revision as of 21:17, 10 April 2021
.movedata-box { display: flex; flex-wrap: wrap; overflow-x:auto; background-color: #353535; } .movedata-iconscol { display: flex; flex:2; flex-grow: 1; text-align: center; padding: 10px; justify-content: flex-start; align-items: center; flex-direction: column; } .movedata-iconsbox { display:flex; flex-wrap:wrap; justify-content: center; } .movedata-datacol { flex:8; flex-grow: 9; min-width: 320px; } .movedata-datatable { text-align: center; border-collapse: collapse; border-style: hidden; margin: 0em; width: 100%; overflow-x: auto; }