Created
October 14, 2017 20:37
-
-
Save evgeniy1204/6282877d5b23d22b68741f168d207ff1 to your computer and use it in GitHub Desktop.
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 { | |
width: 52%; | |
} | |
.header-navi.contacty { | |
float: right; | |
width: 50%; | |
} | |
.header-navii{ | |
float: right; | |
margin-top: 10px; | |
} | |
.header-city { | |
float: right; | |
width: 40%; | |
} | |
.header-city .city { | |
float: left; | |
width: 50% | |
} | |
@media (min-width: 780px) and (max-width: 1200px) { | |
.eban { | |
background: green; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment