diff options
| author | realtradam <[email protected]> | 2024-06-20 11:53:13 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-20 11:53:13 -0400 |
| commit | e77c879f488cdc267c85438d54eb88e805efdc0b (patch) | |
| tree | 911b2f3e3d482674fa84a757ac823dea28a3cd98 /tailwind.config.js | |
| parent | 62904be825a84ecac6b43c09ad00173955328555 (diff) | |
| download | malcz.com-e77c879f488cdc267c85438d54eb88e805efdc0b.tar.gz malcz.com-e77c879f488cdc267c85438d54eb88e805efdc0b.zip | |
start adding mobile breakpoints
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 1e61280..74d0251 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,6 +5,13 @@ export default { './src/**/*.{js,ts,jsx,tsx}', ], theme: { + screens: { + 'dsm': {'max':'640px'}, + 'dmd': {'max':'768px'}, + 'dlg': {'max':'1024px'}, + 'dxl': {'max':'1280px'}, + 'd2xl': {'max':'1536px'} + }, extend: { backgroundImage: { 'star': "url('/star.png')", |
