Use hide-sm instead of custom d-xs-none

This commit is contained in:
Brandon Keepers
2017-10-05 09:13:01 -05:00
parent dd2d7e26fa
commit 30da48c767
2 changed files with 1 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
{% unless homepage %}
<a href="/" class="no-underline text-uppercase text-brand-blue-dark">
<img class="v-align-middle" style="margin: -12px 8px -12px 0;" src="/assets/probot-head.png" height="36" alt="">
<span class="d-xs-none">Probot</span>
<span class="hide-sm">Probot</span>
</a>
{% endunless %}
</h1>

View File

@@ -27,9 +27,3 @@ img {
code {
font-size: 14px;
}
@media (max-width: 543px) {
.d-xs-none {
display: none !important;
}
}