Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Add default padding to container
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh committed Feb 8, 2021
1 parent 2e90a9c commit 994f160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
container: {
center: true,
margin: 'auto',
padding: '2rem',
screens: {
sm: '100%',
md: '100%',
Expand Down

0 comments on commit 994f160

Please sign in to comment.