Set a max-width container wrapper

This commit is contained in:
Liyas Thomas
2020-12-01 05:46:25 +05:30
parent ab5ea5948b
commit 63a1f52482
2 changed files with 6 additions and 5 deletions

View File

@@ -12,11 +12,15 @@ module.exports = {
experimental: "all",
dark: "class",
corePlugins: {
clear: false,
float: false,
clear: false,
transitionDelay: false,
skew: false,
},
theme: {
container: {
center: true,
},
extend: {
colors: {
bgColor: "var(--bg-color)",
@@ -30,7 +34,6 @@ module.exports = {
actColor: "var(--act-color)",
ttColor: "var(--tt-color)",
},
inset: {},
},
fontFamily: {
body: "var(--font-body)",
@@ -49,7 +52,6 @@ module.exports = {
"pages/**/*.vue",
"plugins/**/*.js",
"nuxt.config.js",
"content/**/*.md",
],
// These options are passed through directly to PurgeCSS
options: {