Skip to content

Commit b25a76d

Browse files
committed
jquery.org style: Fixed margin on #banner-large-image tracking changes in 944ffd6 and 01a2979
1 parent 4443cdd commit b25a76d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/jquery.org/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ a,
2727
}
2828

2929
#banner-large-image {
30-
margin-right: -40px;
31-
margin-left: -40px;
32-
margin-top: -40px;
30+
margin-right: -25px;
31+
margin-left: -25px;
32+
margin-top: -25px;
3333
height: 360px;
3434
background: url(images/header-join-page.jpg) no-repeat center;
3535
background-size: cover;

0 commit comments

Comments
 (0)