mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.34k stars 1.15k forks source link

pb-x sizes in helpers.scss are wrong direction #48

Closed git-no closed 7 years ago

git-no commented 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;
}
phtmgt commented 7 years ago

Yeah, that's true. I thought I was crazy.

mattonit commented 7 years ago

Fixed with 8b5e346 commit