Skip to content

Commit

Permalink
Merge pull request #67 from FOSDEM/keunes-mobile-css
Browse files Browse the repository at this point in the history
Update mobile css
  • Loading branch information
johanvdw authored Dec 19, 2023
2 parents f052741 + c3f01a4 commit b8262bb
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 b8262bb

Please sign in to comment.