Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
git-no opened this issue Mar 5, 2017 · 2 comments
Closed

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

git-no opened this issue Mar 5, 2017 · 2 comments

Comments

@git-no
Copy link

git-no commented Mar 5, 2017

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
Copy link

phtmgt commented Apr 13, 2017

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

@mattonit
Copy link
Contributor

Fixed with 8b5e346 commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants