Guest User

Untitled

a guest
Nov 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. body, textarea {
  2. font-family: "Meiryo","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",sans-serif;
  3. font-size: 1em;
  4. letter-spacing: 0;
  5. }
  6.  
  7. @media screen and (max-width: 640px) {
  8. .content__main {
  9. padding: 1em;
  10. }
  11. }
  12.  
  13. .content__main {
  14. padding: 2.5em;
  15. }
  16.  
  17. .entry__content p{
  18. line-height: 1.9;
  19. margin: 1em 0 0 0;
  20. }
  21.  
  22. .entry__title {
  23. font-size: 1.8em;
  24. line-height: 1.3;
  25. }
  26.  
  27. h2 {
  28. margin: 2.5em 0 0.5em 0;
  29. font-size: 1.5em;
  30. border-bottom: 1px solid #ddd;
  31. }
  32.  
  33. h1, h2, h3, h4, h5, h6 {
  34. font-weight: 800;
  35. margin-bottom: .3em;
  36. }
  37.  
  38. .widget ol, .widget ul{
  39. margin: 0 0 0 1.7em;
  40. }
  41.  
  42. .widget ol li, .widget ul li {
  43. line-height: 1.2;
  44. padding: 0.5em 0;
  45. list-style: circle;
  46. }
  47.  
  48. .widget ol li a, .widget ul li a {
  49. display: inline;
  50. }
Add Comment
Please, Sign In to add comment