diff options
| author | Factiven <[email protected]> | 2023-05-02 19:49:04 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-02 19:49:04 +0700 |
| commit | 0aa0c9b4a691f539212a02d9f29a5ed48c972092 (patch) | |
| tree | b54fd24181af0e50b4b5a7bf0f230de0afa7d6d0 /tailwind.config.js | |
| parent | Update pre - v3.5.4 (diff) | |
| download | moopa-0aa0c9b4a691f539212a02d9f29a5ed48c972092.tar.xz moopa-0aa0c9b4a691f539212a02d9f29a5ed48c972092.zip | |
Display Patch v3.5.4 - 1
> Now support more device sizes than before
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: { |