Make tables bigger

This commit is contained in:
Kognise 2019-04-06 19:11:48 -04:00
parent 98aa9f3579
commit 1a9cd3ee41
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6
3 changed files with 4 additions and 3 deletions

View file

@ -10,10 +10,11 @@ hr {
table {
border-collapse: collapse;
margin-bottom: 10px;
width: 100%;
}
td, th {
padding: 5px;
padding: 6px;
}
table, th, td {