Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit 854d891

Browse files
committed
add a padding on anchors in Bootstrap grid system rows
equal to the :before, so as to not overlap anything
1 parent 5398c4d commit 854d891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cso/static/base.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ html
1818

1919
.anchor
2020
@include anchor-below-navbar
21+
.row &
22+
padding-top: $navbar-height
2123

2224
@media (min-width: 992px)
2325
.vertical-align

0 commit comments

Comments
 (0)