Skip to content

Commit

Permalink
footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
braginteractive committed Aug 31, 2015
1 parent d8a38fd commit c3714b4
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 95 deletions.
5 changes: 0 additions & 5 deletions functions.php
Expand Up @@ -175,11 +175,6 @@ function hooch_widgets_init() {
*/
require get_template_directory() . '/inc/jetpack.php';

/**
* Custom Hooch Footer Widget
*/
require get_template_directory() . '/inc/widgets/hooch-footer-widget.php';

/**
* Plugin Activation
*/
Expand Down
80 changes: 0 additions & 80 deletions inc/widgets/hooch-footer-widget.php

This file was deleted.

22 changes: 22 additions & 0 deletions sass/site/partials/_footer.scss
Expand Up @@ -19,10 +19,32 @@

.footer-widget {
@include span-columns(3);

@include media($tablet) {
@include span-columns(6);
}

@include media($mobile) {
@include span-columns(4);
}
}
}

h3 {
color: $footer-color;
}

p,
.textwidget,
.tagcloud a {
color: $footer-link-color;

&:focus,
&:hover {
color: transparentize($footer-color, 0);
}

}

ul {
margin-bottom: $base-spacing * 2;
Expand Down
54 changes: 45 additions & 9 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3714b4

Please sign in to comment.