Skip to content

Commit

Permalink
TMS-1058: Remove text-decoration & decrease font-size for single-post…
Browse files Browse the repository at this point in the history
… h1-heading
  • Loading branch information
eebbi committed Jun 25, 2024
1 parent 43d0b3d commit 2e6e177
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1058: Remove text-decoration & decrease font-size for single-post h1-heading

## [1.13.0] - 2024-06-17

- TMS-1045: Style changes:
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 2e6e177

Please sign in to comment.