Skip to content

Commit

Permalink
Minor design changes + ACF Calendar basics
Browse files Browse the repository at this point in the history
  • Loading branch information
pierretusseau committed Mar 17, 2017
1 parent b91f134 commit 729f9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/templates/front/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ form.wpcf7-form {
}
p:nth-child(5) {
width:48.5%;
top:50px;
align-self: stretch;
margin-bottom:0;
}
Expand Down
3 changes: 3 additions & 0 deletions template-parts/home--before-entry-content.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<section id="home--programmation-planning">
<?php the_field( 'home-calendrier' ) ?>
</section>
<section id="home--live">

<a href="<?= $programmationLien ?>" id="home--button-programmation-large" class="button show-for-large hollow">
Expand Down

0 comments on commit 729f9af

Please sign in to comment.