Skip to content

Commit

Permalink
CAWUHR-203: added a smaller heading size to the h3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Mar 7, 2025
1 parent 12e496b commit 3e5e342
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion themes/caw_theme/dist/css/caw_views.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions themes/caw_theme/lib/scss/theme/caw_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,16 @@
color: $su-color-white;
}
}

// Styling for subheading in the events list.
.su-event-list-item {
.su-event-list-item__details {
.event-list-item__subheadline {
font-size: 1.5rem;

h3 {
font-weight: 600;
}
}
}
}

0 comments on commit 3e5e342

Please sign in to comment.