mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
fb395f5ef1
commit
a862591180
1 changed files with 3 additions and 2 deletions
5
website/assets/styles/pages/homepage.less
vendored
5
website/assets/styles/pages/homepage.less
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue