Skip to content

Commit 71cedfd

Browse files
committed
All: Improve logo alignment in site header
Over the years, the addition and subsequent removal of the aside/broadcast banner to the non-blog theme, has created an unintended drift in where the logo is aligned in the site header. The logo was flushed to the left edge of the screen with seemingly large margin gap above it. Fix this to align with how it renders on the blog. Ref jquery/infrastructure-puppet#17
1 parent 24a7fae commit 71cedfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/css/base.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1551,12 +1551,12 @@ footer {
15511551

15521552
#logo-events {
15531553
clear: both;
1554-
padding: 20px 0;
1554+
padding: 25px 20px;
15551555
}
15561556

15571557
h2.logo {
15581558
float: left;
1559-
margin: 20px 0 0 0;
1559+
margin: 0;
15601560
width: 243px;
15611561
}
15621562

0 commit comments

Comments
 (0)