mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01: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',
|
||||
theme: {
|
||||
screens: {
|
||||
sm: '640px',
|
||||
sm: '481px',
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
|
@ -161,9 +161,6 @@ module.exports = {
|
|||
'0%, 100%': {transform: 'scale(1)'},
|
||||
'50%': {transform: 'scale(1.3)'}
|
||||
}
|
||||
},
|
||||
screens: {
|
||||
'sm': '481px'
|
||||
}
|
||||
},
|
||||
content: [
|
||||
|
|
Loading…
Reference in a new issue