Correct table max-width

This commit is contained in:
Fred Boniface 2023-07-01 19:53:10 +01:00
parent 55d1d5cfe9
commit 62060e5475
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@
} }
table { table {
width: 100%; width: 100%;
max-width: 800px;
margin: auto; margin: auto;
color: white; color: white;
font-size: 13px; font-size: 13px;