Merge pull request #1504

blog: update nav bar media query
This commit is contained in:
luigi1111 2021-03-15 17:48:48 -04:00 committed by GitHub
commit 0b528aac27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@ title: titles.blogbytag
<div class="blog">
<!-- Category selector: desktop -->
<div class="container full desktop-only">
<div class="container full">
<div class="info-block blog-nav row">
<div class="col {% if page.name == 'index.html' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog/">{% t blog.allposts %}</a></div>
<div class="col"><a href="{{ site.baseurl_root }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div>

View file

@ -4069,6 +4069,10 @@ h3.months {
}
@media only screen and (max-width: 62rem) {
.blog-nav {
display: none;
}
.page-numbers {
margin-top: 1.7rem;
margin-bottom: 1.7rem;