Skip to content
Snippets Groups Projects
Commit 444a360c authored by fanky's avatar fanky
Browse files

fixed container default width

parent 9f74cb0a
No related branches found
No related tags found
No related merge requests found
Pipeline #2925 passed
...@@ -176,7 +176,7 @@ module.exports = { ...@@ -176,7 +176,7 @@ module.exports = {
center: true, center: true,
/* @note: needs to be kept in sync with tailwind css/atoms/container.pcss */ /* @note: needs to be kept in sync with tailwind css/atoms/container.pcss */
padding: { padding: {
default: '1rem', DEFAULT: '1rem', // DEFAULT works only when uppercase
xl: '2rem', xl: '2rem',
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment