Make all tables full width

This commit is contained in:
Joshua Goins 2022-10-25 17:31:00 -04:00
parent d012a33fa5
commit 6123690792

View file

@ -89,3 +89,7 @@ footer {
td { td {
text-align: center; text-align: center;
} }
table {
width: 100%;
}