Skip to content

Commit

Permalink
Remove title from grid display; clean up on modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 26, 2023
1 parent 2f1ffcc commit ce04e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ dialog.my-calendar-modal .js-modal-title-container {
}

dialog.my-calendar-modal #modal-title {
font-size: 1.25em;
font-size: 1.5rem;
margin: 0;
margin-right: 4em;
}

Expand Down
1 change: 0 additions & 1 deletion src/mc-templates/event/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
?>
<div class="mc-event mc-single mc-grid">
<?php mc_template_tag( $data, 'image' ); ?>
<h2 class="mc-title"><?php mc_template_tag( $data, 'title' ); ?></h2>
<?php mc_template_tag( $data, 'datetime' ); ?>
<?php mc_template_tag( $data, 'description' ); ?>
</div>

0 comments on commit ce04e60

Please sign in to comment.