|
120 | 120 | {/* Foundational software box */} |
121 | 121 | <div style={{ alignItems: 'center', backgroundColor: '#FEF3C7', borderColor: '#B45309', borderRadius: '12px', borderStyle: 'solid', borderWidth: '1.5px', display: 'flex', flexDirection: 'column', gap: '8px', paddingBlock: '20px', paddingInline: '32px' }}> |
122 | 122 | <div style={{ color: '#0F1015', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '22px', fontWeight: 700, lineHeight: '28px' }}>Foundational software</div> |
123 | | - <div style={{ alignItems: 'center', display: 'flex', gap: '18px' }}> |
| 123 | + <div style={{ alignItems: 'center', display: 'flex', flexWrap: 'wrap', gap: '14px', justifyContent: 'center' }}> |
| 124 | + <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>secure connections</div> |
| 125 | + <div style={{ backgroundColor: '#94A3B8', borderRadius: '50%', height: '4px', width: '4px' }} /> |
124 | 126 | <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>login</div> |
125 | 127 | <div style={{ backgroundColor: '#94A3B8', borderRadius: '50%', height: '4px', width: '4px' }} /> |
126 | | - <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>routing</div> |
| 128 | + <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>traffic routing</div> |
127 | 129 | <div style={{ backgroundColor: '#94A3B8', borderRadius: '50%', height: '4px', width: '4px' }} /> |
128 | 130 | <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>monitoring</div> |
| 131 | + <div style={{ backgroundColor: '#94A3B8', borderRadius: '50%', height: '4px', width: '4px' }} /> |
| 132 | + <div style={{ color: '#475569', fontFamily: '"Poppins", system-ui, sans-serif', fontSize: '16px', lineHeight: '20px' }}>continuous delivery</div> |
129 | 133 | </div> |
130 | 134 | </div> |
131 | 135 | </div> |
|
0 commit comments