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

@ -88,4 +88,8 @@ footer {
td { td {
text-align: center; text-align: center;
}
table {
width: 100%;
} }