Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
GregLeBarbar committed Aug 30, 2018
2 parents c24dcd4 + 7f67423 commit b3758e4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# CHANGELOG

*1.2.4* (2018-08-30)
- remove top padding on homepage
- hotfix overflow hidden events

*1.2.3* (2018-08-30)
- epfl-news: fix big image for news shortcode

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
4 changes: 2 additions & 2 deletions shortcodes/epfl_memento/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$display_first_event = ('1' === $template);
?>

<div class="container-full">
<div class="container overflow-hidden">
<div class="container-full overflow-hidden">
<div class="container">
<div class="card-slider-wrapper">
<div class="card-slider">

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI:
Author: Antistatique.net
Author URI: http://antistatique.net/
Description: Description
Version: 1.2.3
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epfl
Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<?php endif ?>

<?php
$content_spacing_classes = $has_hero ? 'pb-5 mb-4 ' : 'py-5 mb-4 '; ?>
$content_spacing_classes = $has_hero || $currentTemplate == 'page-homepage.php' ? 'pb-5 mb-4 ' : 'py-5 mb-4 '; ?>

<div class="entry-content container-grid <?php echo $content_spacing_classes; ?>">
<?php
Expand Down

0 comments on commit b3758e4

Please sign in to comment.