Closed git-no closed 7 years ago
padding bottom should be a padding at the bottom, but in helpers.scss it sets a padding top! Wrong! Here how it is, it should be fixed!
.pb-1 { padding-top: 1rem !important; } .pb-2 { padding-top: 2rem !important; } .pb-3 { padding-top: 3rem !important; }
Yeah, that's true. I thought I was crazy.
Fixed with 8b5e346 commit
padding bottom should be a padding at the bottom, but in helpers.scss it sets a padding top! Wrong! Here how it is, it should be fixed!