Skip to content

Commit

Permalink
Merge pull request #28 from hasanrashid/master
Browse files Browse the repository at this point in the history
Issue #5: Add two classes that would allow auto padding
  • Loading branch information
manuel12 committed Jul 6, 2023
2 parents 7112704 + 41f7161 commit ae93847
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/padding.css
Original file line number Diff line number Diff line change
Expand Up @@ -823,3 +823,13 @@
padding-right: 2rem !important;
}
}

.px {
padding-left: auto;
padding-right: auto;
}

.py {
padding-top: auto;
padding-bottom: auto;
}

0 comments on commit ae93847

Please sign in to comment.