Advertisement
srikat

Untitled

Nov 21st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .main-image + .site-tagline {
  2. margin-top: 0;
  3. }
  4.  
  5. .main-image {
  6. text-align: center;
  7. }
  8.  
  9. .main-image img {
  10. vertical-align: top;
  11. width: 100%;
  12. }
  13.  
  14. @media only screen and (min-width: 1024px) {
  15.  
  16. .home .site-header {
  17. background: transparent;
  18. border-bottom: none;
  19. }
  20.  
  21. }
  22.  
  23. .site-header.scrolled {
  24. background: #fff;
  25. border-bottom: 1px solid #eee;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement