diff --git a/volunteers/static/css/master.css b/volunteers/static/css/master.css index f95c0b9..66b7fbf 100644 --- a/volunteers/static/css/master.css +++ b/volunteers/static/css/master.css @@ -1056,6 +1056,11 @@ ul.faq { display: block; text-align: center; } + + tbody td { + margin: 0.25rem 0.5rem; + } + table.task_list tbody tr.category th:nth-child(2) { padding-top: 40px; padding-bottom: 40px; @@ -1063,12 +1068,20 @@ ul.faq { color: #0088cc; text-decoration: none; } - + table.task_list tbody tr.day th:first-child { text-align: center; padding-top: 40px; padding-bottom: 40px; } + + table.task_list tbody tr td:first-child { + margin-top: 1rem; + } + + table.task_list tbody tr td:last-child { + margin-bottom: 1rem; + } form.task_list fieldset { margin: 0px;