Website: update spacing between elements on personalized homepage. (#24300)

Closes: #24256

Changes:
- updated margin between sections on the homepage.
This commit is contained in:
Eric 2024-12-02 19:20:32 -06:00 committed by GitHub
parent 763d050fd6
commit 528d158a62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;