From 117c49f79921cc9063ee2f62b7a8dfcbf09ae8a1 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 22 Feb 2021 19:22:22 +0200 Subject: [PATCH] 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 --- aio/src/styles/2-modules/_presskit.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/src/styles/2-modules/_presskit.scss b/aio/src/styles/2-modules/_presskit.scss index 2298e6c473..6c3b43ec8a 100644 --- a/aio/src/styles/2-modules/_presskit.scss +++ b/aio/src/styles/2-modules/_presskit.scss @@ -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;