Merge pull request #1563

Add more responsiveness to mobile views
This commit is contained in:
luigi1111 2021-06-01 02:32:23 -04:00 committed by GitHub
commit f4c6bf2715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -11,7 +11,7 @@ layout: custom
<div class="blog"> <div class="blog">
<!-- Category selector: desktop --> <!-- Category selector: desktop -->
<div class="container full desktop-only"> <div class="container full">
<div class="info-block blog-nav row"> <div class="info-block blog-nav row">
<div class="col"><a href="{{ site.baseurl }}/blog/">{% t blog.allposts %}</a></div> <div class="col"><a href="{{ site.baseurl }}/blog/">{% t blog.allposts %}</a></div>
<div class="col {% if filename == 'urgent' %}checked{% endif %}"><a href="{{ site.baseurl }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div> <div class="col {% if filename == 'urgent' %}checked{% endif %}"><a href="{{ site.baseurl }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div>

View file

@ -1687,7 +1687,10 @@ h2, .info-block h2 {
} }
.center.one-fourth, .right.three-fourths, .left.three-fourths, .left.one-fourth.no-pad-sm, .right.one-fourth.no-pad-sm, .right.half, .left.half, .right.one-third, .left.two-thirds, .left.one-third, .right.two-thirds, .center.one-third { .center.one-fourth, .right.three-fourths, .left.three-fourths, .left.one-fourth.no-pad-sm, .right.one-fourth.no-pad-sm, .right.half, .left.half, .right.one-third, .left.two-thirds, .left.one-third, .right.two-thirds, .center.one-third {
padding-left: 0; padding-right: 0; padding-left: 0;
padding-right: 0;
flex-basis: 100%;
max-width: 100%;
} }
.center-1.one-fourth {padding-left: 0.5rem; padding-right: 0;} .center-1.one-fourth {padding-left: 0.5rem; padding-right: 0;}