diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 13:57:38 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 13:57:38 -0400 |
commit | 6d5543e2c7a67d466fa35be1515d2f48320303b1 (patch) | |
tree | 6b2de1b50608f2cd8157e8fd9f7a70e6aaf35f58 /css | |
parent | 4cc518aed53c9efa29c8b9d2bd6157b9b9756fba (diff) | |
download | grav-sowtheme-6d5543e2c7a67d466fa35be1515d2f48320303b1.tar.gz grav-sowtheme-6d5543e2c7a67d466fa35be1515d2f48320303b1.tar.bz2 grav-sowtheme-6d5543e2c7a67d466fa35be1515d2f48320303b1.zip |
fix table padding
Diffstat (limited to 'css')
-rw-r--r-- | css/website.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/website.css b/css/website.css index a218cdf..e137342 100644 --- a/css/website.css +++ b/css/website.css @@ -51,6 +51,7 @@ li { /* Table */ table { border-collapse: collapse; + margin-bottom: 15px; } tr { |