feat: change the hero ce layout

This commit is contained in:
2025-04-21 11:38:40 +02:00
parent 983436da32
commit b1cb4d0208
3 changed files with 50 additions and 52 deletions

View File

@@ -28,6 +28,12 @@ module.exports = {
'light-green': '#F4F6EC',
brand: '#6B8E23', // Added brand color for hover states from SCSS
},
backgroundImage: {
'hero-gradient':
'linear-gradient(to right, #0B197D 0%, #0B197D 50%, #ffffff 50%, #ffffff 100%)',
'hero-inner':
'linear-gradient(to right, #0B197D 0%, #0B197D 25%, #ffffff 25%, #ffffff 100%)',
},
maxHeight: {
'0': '0',
'[500px]': '500px', // Add specific max-height for mobile menu transition