Make info-tables full width

This commit is contained in:
Roscoe 2024-01-22 13:43:25 +00:00
parent 6f3be14459
commit 898176c5d4

View file

@ -358,6 +358,10 @@ table.info-table tr td {
padding-right: 5px;
}
table.info-table {
width: 100%;
}
table.info-table tr td h1,
table.info-table tr td h2,
table.info-table tr td small {