You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 line
385 B

  1. .mod_newslist {
  2. .layout_latest {
  3. .categories {
  4. min-height: 28px;
  5. }
  6. }
  7. }
  8. .mod_newsreader {
  9. .layout_full {
  10. .title {
  11. max-width: 700px;
  12. margin: 0 auto;
  13. .categories {
  14. @include futura-bold;
  15. text-transform: uppercase;
  16. font-size: size(20);
  17. color: #001874;
  18. margin-bottom: 0;
  19. }
  20. h1 {
  21. font-size: size(45);
  22. }
  23. }
  24. }
  25. }