Skip to content

Commit

Permalink
Merge pull request #77 from wpcomvip/develop
Browse files Browse the repository at this point in the history
Footer Version
  • Loading branch information
Max Harris committed May 21, 2020
2 parents d1751e2 + bfe9a89 commit 0228aed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion themes/jolteon/css/app.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion themes/jolteon/css/app.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -15558,11 +15558,14 @@ div.gform_wrapper ul.gform_fields li.gfield .ginput_container .c-blog-menu selec
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
font-size: 14px;
margin-bottom: 20px;
margin-top: 24px;
}

.c-footer__copyrights span {
font-size: 14px;
}

.c-footer__socials {
display: -webkit-box;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,13 @@

&__copyrights {
order: 4;
font-size: 14px;
margin-bottom: 20px;
margin-top: $padding-base-horizontal * 2;

span {
font-size: 14px
}

@include mq($from: tablet) {
margin-top: 65px;
}
Expand Down
9 changes: 3 additions & 6 deletions themes/jolteon/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

<div class="c-footer__branding">
<div class="c-footer__logo">
<img class="" src="<?php implode('/', [
esc_url(get_stylesheet_directory_uri()),
'images',
'sparkpost-logo.png'
]) ?>">
<img alt="SparkPost Logo" src="<?php echo esc_url(get_stylesheet_directory_uri() . '/images/sparkpost-logo.png'); ?>" />
</div>
<ul class="c-footer__socials u-mt--md">
<li class="c-footer__social">
Expand Down Expand Up @@ -58,7 +54,8 @@
<a href="<?php echo esc_url(get_site_url()); ?>/newsletter" class="c-button c-button--accent c-button--nav u-text--button">Subscribe to the Newsletter</a>
</div>
<div class="c-footer__copyrights">
SparkPost &copy; <?php esc_html_e(date('Y')); ?> All Rights Reserved
<span>SparkPost &copy; <?php esc_html_e(date('Y')); ?> All Rights Reserved</span><br>
<span>v2.0</span>
</div>
</div>

Expand Down

0 comments on commit 0228aed

Please sign in to comment.