Skip to content

Commit

Permalink
Hide the footer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2017
1 parent c22ca12 commit ae8c701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions memegen/static/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ span.meme-text {
float: none;
}

@media (max-width: 576px) {
#footer-links {
display: none;
}
}

/*********************************************/
/* Responsive Hotness */

Expand Down
4 changes: 2 additions & 2 deletions memegen/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ <h3 class="masthead-brand">

{% block content %}{% endblock %}

<div class="footer">
<div class="footer hidden-xs">
<nav>
<ul class="nav masthead-nav footer-nav pull-left">
<li>
<a href="https://jacebrowning.info" target="_blank">© 2017 Jace Browning</a>
</li>
</ul>
<ul id="footer-links" class="nav masthead-nav footer-nav pull-right">
<ul class="nav masthead-nav footer-nav pull-right">
<li><a href="https://www.facebook.com/memegenlink" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/memegenlink" target="_blank">Twitter</a></li>
<li><a href="{{ config['GITHUB_URL'] }}" target="_blank">GitHub</a></li>
Expand Down

0 comments on commit ae8c701

Please sign in to comment.