Skip to content

Commit

Permalink
Merge pull request #11 from devgeniem/TMS-978
Browse files Browse the repository at this point in the history
TMS-978: Reduce single manual-event description line-height & margin
  • Loading branch information
eebbi committed Oct 4, 2023
2 parents 5533d85 + 1599c6e commit fa9653d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.1] - 2023-10-04

- TMS-978: Reduce single manual-event description line-height & margin

## [1.1.0] - 2023-09-25

- TMS-949:
Expand Down
10 changes: 10 additions & 0 deletions assets/styles/views/_manual-event.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.single-manual-event-cpt {
.entry {
&__description {
p {
margin-top: 0;
margin-bottom: $theme-spacing-half;
}
}
}
}
1 change: 1 addition & 0 deletions assets/styles/views/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import "event-search";
@import "error404";
@import "event";
@import "manual-event";
@import "single";
@import "single-blog-article";
@import "single-exhibition";
Expand Down

0 comments on commit fa9653d

Please sign in to comment.