1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-08 05:26:00 +02:00

Update margin around sharing icons for Bootstrap v4 Alpha 6

As of Alpha 6 there is no longer .nav-inline, so we need to add our
own class and apply our own margin.
This commit is contained in:
2017-01-09 16:47:57 +02:00
parent 7d85c9a740
commit a6a384cc82
2 changed files with 5 additions and 1 deletions

View File

@ -160,6 +160,10 @@ article img {
height: auto;
margin: 13px auto;
}
// add margin to sharing icons (except the first one)
.sharing-icons .nav-item+.nav-item {
margin-left: 1rem;
}
/* add a margin above the disqus comments only if the preceeding sharing section
is present (because sharing can be hidden, and the margin isn't always needed */
section + #disqus_thread {