Website: update integration cards on homepage. (#16439)

Changes:
- Removed the set height and updated the padding of the integration
cards on the homepage.
This commit is contained in:
Eric 2024-01-29 18:29:35 -06:00 committed by GitHub
parent fb395f5ef1
commit a862591180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -420,6 +420,7 @@
}
}
a {
display: flex;
text-decoration: none;
}
@ -429,9 +430,9 @@
}
cursor: pointer;
width: 222px;
height: 169px;
height: 180px;
display: flex;
padding: 24px;
padding: 24px 16px;
align-items: flex-start;
flex-direction: column;
border-radius: 8px;