Skip to content

Commit 6a6dc6c

Browse files
committed
release
1 parent ed53e81 commit 6a6dc6c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_includes/css/grayscale.css

+9
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,12 @@ img::-moz-selection {
370370
body {
371371
webkit-tap-highlight-color: rgba(255,255,255,.2);
372372
}
373+
374+
#hide-on-mobile {
375+
}
376+
377+
@media (max-width: 767px) {
378+
#hide-on-mobile {
379+
display: none;
380+
}
381+
}

_includes/download.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>Download</h2>
77
<ul class="list-inline banner-social-buttons">
88
{% for network in site.social %}
99
<li>
10-
<a href="https://github.com/qlibs/qlibs/releases" class="btn btn-default btn-lg"><i class="fa fa-{{ network.title }} fa-fw"></i> <span class="network-name">Releases | <img src="https://img.shields.io/github/v/release/qlibs/qlibs" /></span></a>
10+
<a href="https://github.com/qlibs/qlibs/releases" class="btn btn-default btn-lg"><i class="fa fa-{{ network.title }} fa-fw"></i> <span class="network-name">Releases<b id="hide-on-mobile"> | </b><img id="hide-on-mobile" src="https://img.shields.io/github/v/release/qlibs/qlibs" /></span></a>
1111
</li>
1212
{% endfor %}
1313
</ul>

0 commit comments

Comments
 (0)