mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Set container max width to 1040
This commit is contained in:
parent
c0abf83850
commit
1b093278b3
1 changed files with 9 additions and 4 deletions
|
|
@ -21,11 +21,16 @@ module.exports = {
|
||||||
purgeLayersByDefault: true,
|
purgeLayersByDefault: true,
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
container: {
|
|
||||||
center: true,
|
|
||||||
padding: '1.5rem',
|
|
||||||
},
|
|
||||||
extend: {
|
extend: {
|
||||||
|
container: {
|
||||||
|
center: true,
|
||||||
|
padding: '1.5rem',
|
||||||
|
screens: {
|
||||||
|
lg: '1040px',
|
||||||
|
xl: '1040px',
|
||||||
|
'2xl': '1040px',
|
||||||
|
}
|
||||||
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
|
||||||
// Color Generator
|
// Color Generator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue