0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed the duplicate sm config

refs https://github.com/TryGhost/Team/issues/2244
This commit is contained in:
James Morris 2022-11-11 15:25:57 +00:00
parent 62149ea747
commit 9bcdfb911d

View file

@ -2,7 +2,7 @@ module.exports = {
darkMode: 'class', darkMode: 'class',
theme: { theme: {
screens: { screens: {
sm: '640px', sm: '481px',
md: '768px', md: '768px',
lg: '1024px', lg: '1024px',
xl: '1280px', xl: '1280px',
@ -161,9 +161,6 @@ module.exports = {
'0%, 100%': {transform: 'scale(1)'}, '0%, 100%': {transform: 'scale(1)'},
'50%': {transform: 'scale(1.3)'} '50%': {transform: 'scale(1.3)'}
} }
},
screens: {
'sm': '481px'
} }
}, },
content: [ content: [