From c3f01a45d34f49eb5be1cd001ae13e38a3efacd7 Mon Sep 17 00:00:00 2001 From: Keunes <11229646+keunes@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:14:26 +0100 Subject: [PATCH] Update mobile css Add margins for table rows and task blocks --- volunteers/static/css/master.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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;