Skip to content

Commit

Permalink
Merge pull request #1346 from CuBoulder/issue/1331
Browse files Browse the repository at this point in the history
Adds padding below article title background on articles
  • Loading branch information
jacob-korf authored and web-flow committed Sep 26, 2024
2 parents 1726727 + 0f9fd3b commit 7934b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Adds padding below article title background on articles
[change, minor] Resolves CuBoulder/tiamat-theme#1331
---

## [20240925] - 2024-09-25

- ### Video Reveal fix for floating images
Expand Down
1 change: 1 addition & 0 deletions css/ucb-article.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ i.fa-regular.fa-calendar {
z-index: 0;
object-fit: fill;
background-size: cover;
padding-bottom: 20px;
}

.backgroundTitleDiv .ucb-article-heading {
Expand Down

0 comments on commit 7934b66

Please sign in to comment.