Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mobile css #67

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading