mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
commit
f4c6bf2715
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;}
|
||||||
|
|
Loading…
Reference in a new issue