updated css

This commit is contained in:
Beverly Nguyen
2024-07-25 00:30:31 -07:00
parent 4e558ca0e7
commit 68d58116c4
2 changed files with 16 additions and 8 deletions

View File

@@ -439,13 +439,21 @@ td.table-empty-message {
}
td.report {
width: 5%;
text-align: center;
}
td.report img {
padding-top: 5px;
}
th {
padding: 0.5rem 1rem
}
td {
padding: 0.5rem 1rem
}
}
@media (max-width: 768px) {
.usa-table-container--scrollable-mobile {
margin: 0;
overflow-y:hidden;
}
}
#template-list {