Skip to content

Commit

Permalink
All: Improve logo alignment in site header
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Krinkle committed Apr 4, 2024
1 parent 24a7fae commit 71cedfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1551,12 +1551,12 @@ footer {

#logo-events {
clear: both;
padding: 20px 0;
padding: 25px 20px;
}

h2.logo {
float: left;
margin: 20px 0 0 0;
margin: 0;
width: 243px;
}

Expand Down

0 comments on commit 71cedfd

Please sign in to comment.