We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.container
Default padding on .container is overridden by $first-breakpoint conditional padding.
$first-breakpoint
pico/scss/layout/_container.scss
Lines 14 to 27 in 6dc6489
pico/css/pico.css
Lines 669 to 676 in 6dc6489
Lines 661 to 679 in 6dc6489
The text was updated successfully, but these errors were encountered:
Fix missing padding on .container.
ed53672
Fixes picocss#654.
Move global CSS out of resume.scss.
2aaf551
- (This CSS is actually a workaround for picocss/pico#654)
Successfully merging a pull request may close this issue.
Describe the issue
Default padding on
.container
is overridden by$first-breakpoint
conditional padding.pico/scss/layout/_container.scss
Lines 14 to 27 in 6dc6489
pico/css/pico.css
Lines 669 to 676 in 6dc6489
Current Behavior
.container
Expected Behavior
.container
should have padding (except for smallest breakpoint).Reproduction URL
pico/css/pico.css
Lines 661 to 679 in 6dc6489
The text was updated successfully, but these errors were encountered: