diff --git a/tailwind.config.js b/tailwind.config.js
index e2aee6438e2e692676e8a5bcb3ec81c0928ed0e1..8a7b46d676d347c656c927a3c4860479dc7bf1ad 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -176,7 +176,7 @@ module.exports = {
       center: true,
       /* @note: needs to be kept in sync with tailwind css/atoms/container.pcss */
       padding: {
-        default: '1rem',
+        DEFAULT: '1rem', // DEFAULT works only when uppercase
         xl: '2rem',
       },
     },