Skip to content

Commit

Permalink
tweak padding and margins for h4/h6
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
(cherry picked from commit 9c74989)
  • Loading branch information
kingdonb authored and github-actions[bot] committed Nov 26, 2024
1 parent 5ea1a9e commit 11aff06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/scss/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ main.td-main {
}

h6.resource-desc {
padding: 0 14px 14px 14px;
margin-top: -16px;
padding: 0 10px 20px;
}

.td-content {
Expand Down Expand Up @@ -392,7 +393,8 @@ label.date {
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
padding-bottom: 8px;
padding-bottom: 0px;
margin-bottom: 28px
}

.filter-mobile-modal {
Expand Down

0 comments on commit 11aff06

Please sign in to comment.