Skip to content

Commit 2459b83

Browse files
committed
jquery.com: Add bottom-margin to #home-content area so project tiles don't abut header immediately below them
1 parent c636759 commit 2459b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/jquery.com/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ a,
1414

1515
/* Home Page */
1616

17+
#home-content {
18+
margin-bottom: 15px;
19+
}
20+
1721
#banner-secondary a,
1822
#banner-secondary a:hover {
1923
color: #b3b3b3;

0 commit comments

Comments
 (0)