Skip to content

Commit

Permalink
Update mobile css
Browse files Browse the repository at this point in the history
Add margins for table rows and task blocks
  • Loading branch information
keunes authored Dec 19, 2023
1 parent 40d991b commit c3f01a4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion volunteers/static/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -1056,19 +1056,32 @@ 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;
cursor: pointer;
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;
Expand Down

0 comments on commit c3f01a4

Please sign in to comment.