Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. @content-width: 800px;
  2.  
  3. #contentArea .centeredContent .article {
  4. font-size: 13px;
  5. }
  6.  
  7. #contentArea .headingContent h1 {
  8. font-size: 27px;
  9. }
  10.  
  11. #contentArea .centeredContent .article .center, #contentArea .centeredContent .article p, #contentArea .centeredContent .article>ol, #contentArea .centeredContent .article>ul, #contentArea .centeredContent .article>h1, #contentArea .centeredContent .article>h2, #contentArea .centeredContent .article>h3, #contentArea .centeredContent .article>table, #contentArea .centeredContent .article>div, #contentArea .centeredContent .article>blockquote {
  12. max-width: inherit;
  13. }
  14.  
  15. #contentArea .headingContent {
  16. margin-left: 0;
  17. }
  18.  
  19. #contentArea .centeredContent {
  20. max-width: @content-width;
  21. }
  22.  
  23. #contentArea .headingContent h1 {
  24. margin: 0 auto 10px auto;
  25. max-width: @content-width;
  26. }
  27.  
  28. #contentArea .headingContent .meta {
  29. margin: auto;
  30. max-width: @content-width;
  31. }
  32.  
  33. #contentArea .headingContent .subheading {
  34. margin: 0 auto 10px auto;
  35. max-width: @content-width;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement