Created
July 8, 2014 08:31
-
-
Save zsitro/26ba7b92a415161b4154 to your computer and use it in GitHub Desktop.
Module:Logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="m-logo"> | |
| <a href="/" title="site_title - slogan"> | |
| <img src="logo.png"> | |
| </a> | |
| <h1>site_title</h1> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .m-logo | |
| a(href="/", title="site_title - slogan") | |
| img(src="logo.png") | |
| h1 site_title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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