Skip to content

Instantly share code, notes, and snippets.

@msecret
Last active January 28, 2016 17:27
Show Gist options
  • Save msecret/77da971f77737b82fd43 to your computer and use it in GitHub Desktop.
Save msecret/77da971f77737b82fd43 to your computer and use it in GitHub Desktop.
.headline {
background-color: #18f;
color: white;
height: 8em;
clear: both;
position: relative;
overflow: visible;
padding: 1em 0em 0 11.7em;
@include media($medium) {
min-height: 6em !important;
max-height: auto !important;
height: auto;
margin-top: 15px;
padding-left: 0;
}
img {
margin: 0 auto;
border-radius: 100%;
position: absolute;
top: -60px;
right: 2em;
@include media($medium) {
border-radius: 100%;
display: block;
margin: 1em auto;
top: auto;
right: auto;
position: relative;
padding: 1em 0;
}
}
h1,
h2 {
float: left;
display: block;
position: relative;
clear: both;
padding-top: 0 !important;
padding-bottom: 0 !important;
min-width: 500px;
max-width: 570px;
@include media($medium) {
float: left;
display: block;
position: relative;
margin-right: 0;
margin-left: 0;
width: 100%;
max-width: 100% !important;
min-width: 100% !important;
text-align: center;
}
}
h1 {
// font-size: 32px;
@include media($big) {
font-size: 24px !important;
}
}
h2 {
font-size: $base-font-size * 1.55 !important;
font-weight: 300 !important;
}
}
<header class="headline">
<h1>Press</h1>
<h2>Working on a story about 18F?</h2>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment