diff options
| author | Factiven <[email protected]> | 2023-05-02 20:44:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-02 20:44:36 +0700 |
| commit | 282b8066b10d3efd8bc7670405b2c4e1c56c6b1b (patch) | |
| tree | 72a4750b122638a301a58aa6ff0eb267db7e2359 /tailwind.config.js | |
| parent | Update v3.5.4 (diff) | |
| parent | Revamped 404 page (diff) | |
| download | moopa-282b8066b10d3efd8bc7670405b2c4e1c56c6b1b.tar.xz moopa-282b8066b10d3efd8bc7670405b2c4e1c56c6b1b.zip | |
Small Patch to v3.5.4
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index ce77ef5..d7c357b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,8 +10,8 @@ module.exports = { darkMode: "class", theme: { screens: { - xs: "475px", - xxs: "350px", + xs: "425px", + xxs: "375px", ...defaultTheme.screens, }, extend: { |