Fix payment flexibility quote length and orphan word
- Shorten quote 03 from 'Can I split it across a few months?' to 'Can I pay monthly?' for column symmetry - Add nbsp between 'money' and 'arriving' to prevent orphan line break
This commit is contained in:
@@ -63,6 +63,21 @@ const config: Config = {
|
||||
fontFamily: {
|
||||
sans: ["Inter", "system-ui", "sans-serif"],
|
||||
},
|
||||
keyframes: {
|
||||
'gallery-slide': {
|
||||
'0%': { transform: 'translateX(100%)' },
|
||||
'100%': { transform: 'translateX(0%)' },
|
||||
},
|
||||
'gallery-zoom': {
|
||||
'0%': { transform: 'scale(1)' },
|
||||
'100%': { transform: 'scale(1.1)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'gallery-slide': 'gallery-slide 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards',
|
||||
'gallery-zoom': 'gallery-zoom 3500ms ease-out forwards',
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user