summaryrefslogtreecommitdiffhomepage
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-20 11:53:13 -0400
committerrealtradam <[email protected]>2024-06-20 11:53:13 -0400
commite77c879f488cdc267c85438d54eb88e805efdc0b (patch)
tree911b2f3e3d482674fa84a757ac823dea28a3cd98 /tailwind.config.js
parent62904be825a84ecac6b43c09ad00173955328555 (diff)
downloadmalcz.com-e77c879f488cdc267c85438d54eb88e805efdc0b.tar.gz
malcz.com-e77c879f488cdc267c85438d54eb88e805efdc0b.zip
start adding mobile breakpoints
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js7
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')",