Advertisement
srikat

Untitled

Feb 28th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. @media only screen and (max-width: 320px) {
  2.  
  3. .header-image .site-title a {
  4. background-size: contain !important;
  5. }
  6.  
  7. .site-title {
  8. font-size: 36px;
  9. }
  10.  
  11. }
  12.  
  13. .header-image .site-description, .header-image .site-title a {
  14. text-indent: 0;
  15. }
  16.  
  17. .title-area {
  18. width: 100%;
  19. }
  20.  
  21. .header-image .site-title, .header-image .title-area {
  22. min-height: 0;
  23. }
  24.  
  25. .header-image .site-title a {
  26. max-width: none;
  27. min-height: 0;
  28. }
  29.  
  30. .site-title a, .site-title a:hover {
  31. background: transparent;
  32. padding: 0px;
  33. }
  34.  
  35. .site-title img {
  36. vertical-align: top;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement