Skip to content

Commit

Permalink
Merge branch 'TMS-1058' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jun 25, 2024
2 parents d516a80 + 2e6e177 commit 79fb552
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

- TMS-1054: Remove hero overlay-toggle from single page editor
- TMS-1058: Remove text-decoration & decrease font-size for single-post h1-heading

## [1.13.0] - 2024-06-17

Expand Down
8 changes: 8 additions & 0 deletions assets/styles/views/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
*/

.single-post {
h1.entry__title {
text-transform: none;

@include from($desktop) {
font-size: 4rem !important;
}
}

.related-posts {
h2 {
text-transform: uppercase;
Expand Down

0 comments on commit 79fb552

Please sign in to comment.