added new image

This commit is contained in:
2026-02-24 18:29:42 -06:00
parent 01eafd4038
commit edb2fd2664
6 changed files with 65 additions and 2025 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
.tableContainer {
margin-top: 1rem;
margin-top: 2rem;
width: 100%;
max-width: 450px;
overflow-x: hidden;
@@ -43,4 +43,10 @@
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
}
@media(max-width:800px) {
.tableContainer {
margin-top: 0px;
}
}