Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Incorporate site search into masthead #1383

Merged
merged 12 commits into from
Dec 7, 2017
Prev Previous commit
Next Next commit
Fix masthead search form padding
Align search form with masthead links.
  • Loading branch information
mmistakes committed Dec 6, 2017
commit 8882fc814a0f12d0615c9d88d8be38ffbdce5a33
7 changes: 4 additions & 3 deletions _sass/minimal-mistakes/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
position: absolute;
width: 100%;
height: 100%;
padding: 1em;
padding-top: 1em;
padding-bottom: 1em;
background: $background-color;
z-index: 10;
-webkit-transition: 0.2s;
Expand All @@ -98,10 +99,10 @@
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;

@include breakpoint($x-large) {
padding-left: 1em;
padding-right: 1em;
max-width: $x-large;
}
}
Expand Down