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:
parent
62149ea747
commit
9bcdfb911d
1 changed files with 1 additions and 4 deletions
|
@ -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: [
|
||||||
|
|
Loading…
Reference in a new issue