mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
Merge pull request #72 from probot/hide-sm
Use hide-sm instead of custom d-xs-none
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -27,9 +27,3 @@ img {
|
||||
code {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: 543px) {
|
||||
.d-xs-none {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user