Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Commit

Permalink
Header spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil committed Apr 19, 2018
1 parent 7ccc979 commit 6396a6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/header/header.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#site-header {
background-color: var(--w3c-blue);
color: #fff;
padding-bottom: 10px;
@supports (display: grid) {
padding-left: 8px;
padding-right: 8px;
Expand All @@ -22,15 +23,15 @@
.logos {
padding: 16px 0;
grid-column-start: 2;
grid-column-end: 7;
grid-column-end: 6;
grid-row-start: 1;
display: flex;
& .claim {
font-size: .875rem;
font-style: italic;
margin-left: 16px;
padding-left: 16px;
border-left: 1px solid var(--trans-line-grey);
border-left: 1px solid #235A97;
color: var(--line-grey);
flex:1;
display: none;
Expand Down

0 comments on commit 6396a6f

Please sign in to comment.