Merge pull request #72 from probot/hide-sm

Use hide-sm instead of custom d-xs-none
This commit is contained in:
Jason Etcovitch
2017-10-11 19:07:39 -07:00
committed by GitHub
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;
}
}