Fix table resizing shenanigans

This commit is contained in:
Skylar Grant 2023-11-13 18:42:03 -05:00
parent 0b6794fb89
commit db763223c6
1 changed files with 5 additions and 1 deletions

View File

@ -87,7 +87,7 @@ html, body {
} }
table { table {
margin: 0 auto; margin: 10;
color: aqua !important; color: aqua !important;
} }
@ -96,3 +96,7 @@ table, th, td {
border-collapse: collapse; border-collapse: collapse;
padding: 3px; padding: 3px;
} }
th, td {
width: 50%;
}