about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-11-22 18:17:44 -0500
committerBen Harris <ben@tilde.team>2021-11-22 18:17:44 -0500
commit68a1d5ef2ca0c1477fb85c74f8e32552f50b9b25 (patch)
tree3d22683e3e1081ff105ca0d32b3ee40309d8118a /app/assets
parent04d05d747481f89540ac58f24890f0b7a9809b6f (diff)
add spacing to tables
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 61eef33..5df9161 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -67,3 +67,12 @@ footer {
 img {
   max-width: 100%;
 }
+
+table td {
+  height: 1.5rem;
+}
+
+li:not(:last-child) {
+  margin-bottom: 5px;
+}
+