Advertisement
Guest User

Untitled

a guest
May 19th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. h1, h2, h3, h4, h5, h6 {
  2. /* Put heading closer to their related content */
  3. margin-bottom: 25px;
  4. }
  5.  
  6. h1, h2 {
  7. margin-top:50px
  8. }
  9.  
  10. .wy-nav-content p, .wy-nav-content ol, .wy-nav-content ul, .wy-nav-content dl {
  11. /* Justify text, gives a cleaner look */
  12. text-align: justify;
  13. /* Reduce vertical spacing since the default value (24px) is quite huge */
  14. margin-bottom: 10px !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement