1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-08 06:06:57 +02:00

Make tables bigger

This commit is contained in:
Kognise
2019-04-06 19:11:48 -04:00
parent 98aa9f3579
commit 1a9cd3ee41
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 {