mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: update spacing between elements on personalized homepage. (#24300)
Closes: #24256 Changes: - updated margin between sections on the homepage.
This commit is contained in:
parent
763d050fd6
commit
528d158a62
1 changed files with 6 additions and 0 deletions
6
website/assets/styles/pages/homepage.less
vendored
6
website/assets/styles/pages/homepage.less
vendored
|
|
@ -85,6 +85,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin-top: 64px;
|
||||
margin-bottom: 64px;
|
||||
h4 {
|
||||
color: #515774;
|
||||
text-align: center;
|
||||
|
|
@ -1663,6 +1664,11 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
[purpose='statistics'] {
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
[purpose='endpoints-banner'] {
|
||||
[purpose='endpoint-banner-text'] {
|
||||
padding-left: 24px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue