Skip to content

Instantly share code, notes, and snippets.

@zsitro
Created July 8, 2014 08:31
Show Gist options
  • Select an option

  • Save zsitro/26ba7b92a415161b4154 to your computer and use it in GitHub Desktop.

Select an option

Save zsitro/26ba7b92a415161b4154 to your computer and use it in GitHub Desktop.
Module:Logo
<div class="m-logo">
<a href="/" title="site_title - slogan">
<img src="logo.png">
</a>
<h1>site_title</h1>
</div>
.m-logo
a(href="/", title="site_title - slogan")
img(src="logo.png")
h1 site_title
// Generated on 2014-06-08 using generator-dp 0.0.1
.m-logo{
position: relative;
h1{
position: absolute;
left: -9999px;
top: 0px;
}
a{
display: block;
position: absolute;
z-index: 100;
width: 227px;
height: 75px;
margin: 0px 0 0;
background-size: contain;
img{
margin-top: 12px;
width:100%
max-width:100%;
}
// @media screen and (max-width: 767px ) {
// }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment