Guest User

Untitled

a guest
Oct 11th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @media screen and (max-width: 750px) {
  2.  
  3. body {
  4. font-size: 12px;
  5. }
  6.  
  7. .main-content {
  8. width: 95%;
  9. }
  10. .related-content {
  11. float: left;
  12. width: 95%;
  13. }
  14. .widget-archive-monthly-dropdown, .amn_large_banner, .widget-adwords {
  15. display: none;
  16. }
  17.  
  18.  
  19. /* -- Title */
  20. .title.blog {
  21. font-size: 120%;
  22. }
  23. .title.archive {
  24. margin: 0 0 0;
  25. }
  26. .title.entry {
  27. margin-top: 0;
  28. }
  29.  
  30. .nav-item {
  31. float: left;
  32. list-style-type: none;
  33. line-height: 1;
  34. }
  35. .nav-link {
  36. display: block;
  37. padding: 0 0.2em;
  38. }
  39.  
  40. h1,
  41. h2,
  42. h3,
  43. h4,
  44. h5,
  45. h6 {
  46. font-size: 100%;
  47. }
  48.  
  49. }
Add Comment
Please, Sign In to add comment