add spacing to table

This commit is contained in:
Aadil Ayub 2023-04-13 15:50:12 +00:00
parent 1ff58a7c5b
commit 7840f67fb7
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ table {
border: 1px solid white;
margin-left: auto;
margin-right: auto;
width: 90%;
width: 100%;
margin-block: 2.5em;
}
td {
border: 1px solid white;