fix(docs-infra): more clearly separate different sections on the "Press kit" page (#40945)

This commit adds a horizontal line and some extra spacing between
different sections of the "Press kit" page to make it easier to identify
where one section ends and the next begins.

Before: ![presskit sections before][1]
After: ![presskit sections after][2]

[1]: https://user-images.githubusercontent.com/8604205/108739638-8208c600-753d-11eb-99bb-ea119640de39.png
[2]: https://user-images.githubusercontent.com/8604205/108745297-95b72b00-7543-11eb-9a35-56325477534b.png

PR Close #40945
This commit is contained in:
George Kalpakas 2021-02-22 19:22:22 +02:00 committed by Zach Arend
parent 78a70498b5
commit 117c49f799
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
}
.presskit-section {
&:not(:first-child) {
border-top: 1px solid $lightgray;
margin-top: 4rem;
padding-top: 2rem;
}
.presskit-icon-group {
display: flex;
flex-wrap: wrap;