Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #header {
- background: transparent;
- }
- #header #logo{
- float: none;
- text-align: center;
- padding-top: 30px;
- }
- @media only screen and (max-width: 767px){
- #header{
- height: 120px;
- }
- #header #logo{
- padding-top: 20px;
- }
- #header #logo img{
- width: 80%;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement