This commit is contained in:
2023-01-23 18:48:43 -07:00
parent 56ec81e080
commit 662863a11e
15 changed files with 247 additions and 52 deletions

View File

@ -1,7 +1,7 @@
body {
padding-top: 50px;
padding-bottom: 20px;
background-color:darkgrey;
background-color: darkgrey;
}
/* Set padding to keep content from hitting the edges */
@ -104,3 +104,7 @@ div.modal-content-warning {
.mud-table-cell {
font-size: 1.875rem;
}
#ExportData {
zoom: 2;
}