Guest User

Untitled

a guest
Feb 5th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. body #navigation { text-align: center; }
  2. body #navigation ul li { float: none !important; display: inline-block; }
  3.  
  4. @media only screen and (max-width: 767px) {
  5. #logo,
  6. #contact-details {
  7. display: inline-block;
  8. text-align: center;
  9. width: 100%;
  10. }
  11.  
  12.  
  13. #logo img {
  14. display: inline-block;
  15. float: none !important;
  16. }
  17. }
Add Comment
Please, Sign In to add comment