Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-22 13:31:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-22 13:48:36 +0300
commitf917e823ab5958295986e632013e404012c71a33 (patch)
tree8a99fed3a5925115d978b5238a38a2526086699f
parentcf0a8c4f2e92241de6cb727dc94e3b1dae27a3ca (diff)
Fix visible class leftover from v3.
-rw-r--r--_includes/masthead.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/masthead.html b/_includes/masthead.html
index d668f4a..fb83f1f 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -42,5 +42,5 @@
{% include carbonads.html %}
- <hr class="masthead-hr visible-xs">
+ <hr class="masthead-hr d-md-none">
</div>