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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user