Skip to content

Commit

Permalink
Events/Releases: Add spacing between title and date.
Browse files Browse the repository at this point in the history
See #356
  • Loading branch information
iandunn committed Mar 2, 2022
1 parent 1718dac commit 358e279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ body.category-events {

// Reset the default block margins.
.wp-block-group.entry-header,
.wp-block-post-title,
.wp-block-post-date {
.wp-block-post-title {
margin: 0;
}

.wp-block-post-date {
margin: 10px 0 0 0;
}

.wp-block-group.entry-header {
position: relative;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body.category-security {
.wp-block-post-title {
max-width: var(--wp--custom--layout--content-size);
font-size: clamp(30px, 5.8vw, 36px);
line-height: 1.3;

@include break-medium() {
font-size: clamp(36px, 3.1vw, 50px);
Expand Down

0 comments on commit 358e279

Please sign in to comment.