Advertisement
phpface

Untitled

Feb 27th, 2018
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. #header {
  2.     background: transparent;
  3. }
  4.  
  5. #header #logo{
  6.     float: none;
  7.     text-align: center;
  8.     padding-top: 30px;
  9. }
  10.  
  11. @media only screen and (max-width: 767px){
  12.     #header{
  13.         height: 120px;
  14.     }
  15.     #header #logo{
  16.         padding-top: 20px;
  17.     }
  18.     #header #logo img{
  19.         width: 80%;
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement