Last active
December 14, 2015 11:48
-
-
Save danscotton/5081251 to your computer and use it in GitHub Desktop.
andy css
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
| header .logo { | |
| line-height: 1.25em; /* 20px */ | |
| } | |
| header .logo span { | |
| margin-bottom: 0px; | |
| } | |
| header .logo span a { | |
| text-decoration: none; | |
| color: #28292A; | |
| } | |
| header .logo img { | |
| margin-bottom: 1.25em; | |
| border: none; | |
| } | |
| header .logo .subtitle { | |
| margin-bottom: 1.111em; | |
| font-size: 1.125em; /* 18px */ | |
| line-height: 1.111em; /* 20px */ | |
| color: #999; | |
| } | |
| header .logo .subtitle a { | |
| color: #999; | |
| } | |
| header .logo .subtitle a:hover { | |
| color: #555; | |
| } | |
| @media screen and (min-width:52.5em){ | |
| header .container { | |
| padding: 1.75em 0; | |
| } | |
| header .logo img { | |
| float: left; | |
| display: block; | |
| margin: 0; | |
| } | |
| header .logo span { | |
| display: block; | |
| margin-top: 10px; | |
| margin-left: 70px; | |
| } | |
| header .logo .subtitle { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| } | |
| } | |
| .lt-ie9 header .logo { | |
| line-height: 1.25em; /* 20px */ | |
| } | |
| .lt-ie9 header .logo img { | |
| float: left; | |
| display: block; | |
| margin: 0; | |
| } | |
| .lt-ie9 header .logo span { | |
| display: block; | |
| margin-top: 10px; | |
| margin-left: 70px; | |
| } | |
| .lt-ie9 header .logo .subtitle { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment