Change media queries

This commit is contained in:
1ilit
2023-09-19 15:51:46 +03:00
parent 6509d42478
commit 884bd32515
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
screens: {
'3xl': {'max': '2047px'},
'2xl': {'max': '1535px'},
'xl': {'max': '1279px'},
'xl': {'min': '1024px'},
'lg': {'max': '1023px'},
'md': {'max': '767px'},
'sm': {'max': '639px'}