Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Aug 13, 2024
1 parent 9ed8926 commit e94d045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/people-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class="js-modal button-reset modal-<?php echo esc_html( $person_slug ); ?>">
$sched = json_decode( $sched_json );
?>
<div class="modal-sched">
<h3 class="modal-sched__heading">Sessions</h3>
<h3 class="modal-sched__heading">Conference Sessions</h3>
<?php
foreach ( $sched as $session ) :
$start = new DateTime( $session->event_start );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ dialog {
line-height: 130%;
}
h4 {
font-size: 18px;
font-size: 17px;
font-weight: 700;
margin-top: 30px;
margin-top: 25px;
line-height: 130%;
}

Expand Down

0 comments on commit e94d045

Please sign in to comment.