Skip to content

Commit d120bf0

Browse files
Removed spacing between full-width cards
1 parent 97fda79 commit d120bf0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

assets/built/screen.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

+5
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,11 @@ headings, text, images and lists. We deal with cards lower down. */
20042004
margin-bottom: 0;
20052005
}
20062006

2007+
/* Remove space between full-width cards */
2008+
.gh-content > .kg-width-full + .kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
2009+
margin-top: 0;
2010+
}
2011+
20072012
/* Add back a top margin to all headings,
20082013
unless a heading is the very first element in the post content */
20092014
.gh-content > [id]:not(:first-child) {

0 commit comments

Comments
 (0)