Advertisement
srikat

Untitled

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