projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d7848
)
I added some changes for medium view
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 21 Jul 2017 15:21:04 +0000
(11:21 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 21 Jul 2017 15:21:04 +0000
(11:21 -0400)
I made the footer nav only visible on large view rather medium and up.
sections/footer.php
patch
|
blob
|
history
diff --git
a/sections/footer.php
b/sections/footer.php
index
53c7feb
..
414dc08
100644
(file)
--- a/
sections/footer.php
+++ b/
sections/footer.php
@@
-9,7
+9,7
@@
<div class="small-12 large-6 columns">
<h1 class="hashtag">#explorebaragacounty</h1>
</div>
- <div class="
small-12 large-6 columns show-for-medium
text-right">
+ <div class="
large-6 columns show-for-large
text-right">
<?php glm_theme_footer(); ?>
</div>
</div>