Skip to content

Commit

Permalink
Merge branch 'master' into TMS-978
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi authored Oct 6, 2023
2 parents f474c62 + 90b6e1e commit 9c73ce1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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-dynamic-event";
Expand Down

0 comments on commit 9c73ce1

Please sign in to comment.