projects
/
WP-Themes
/
mcda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26c921
)
Make member login button show on small view as well
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 Jan 2017 14:25:10 +0000
(09:25 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 Jan 2017 14:25:10 +0000
(09:25 -0500)
sections/footer.php
patch
|
blob
|
history
diff --git
a/sections/footer.php
b/sections/footer.php
index
f883e94
..
fe9fe36
100644
(file)
--- a/
sections/footer.php
+++ b/
sections/footer.php
@@
-36,7
+36,7
@@
<?php endif;?>
<?php endif;?>
</div>
- <div class="medium-4 columns
show-for-medium-up
">
+ <div class="medium-4 columns">
<a href="<?php bloginfo('url');?>/members-only"><button id="member-login" class="right">Member Login</button></a>
</div>
</div>