Skip to content

Instantly share code, notes, and snippets.

@nathanmerrill
Last active June 1, 2017 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanmerrill/59513c71d07c19d58ad0a87e4faa3bca to your computer and use it in GitHub Desktop.
Save nathanmerrill/59513c71d07c19d58ad0a87e4faa3bca to your computer and use it in GitHub Desktop.
span.site-title-name {
white-space: nowrap;
}
span.site-title-title {
white-space: nowrap;
}
#canvas {
margin-top: 0;
}
@media screen and (min-width: 1190px){
.logo {
white-space: nowrap
}
span.site-title-title:before {
content: '| ';
}
}
@media screen and (max-width: 730px){
.site-title h1.logo {
font-size: 40px;
}
}
@media screen and (max-width: 520px){
.site-title h1.logo {
font-size: 30px;
}
}
<h1 class="logo" data-content-field="site-title">
<a href="/"><span class="site-title-name">Carter Fawcett</span> <span class="site-title-title">Director of Photography</span></a>
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment