_general.scss 501 B

1234567891011121314151617181920212223242526272829303132
  1. @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
  2. /*body {
  3. color: #111111;
  4. font-family: 'Lato', Arial, sans-serif;
  5. }*/
  6. .clearfix:before,
  7. .clearfix:after {
  8. content: '';
  9. display: table;
  10. }
  11. .clearfix:after {
  12. clear: both;
  13. }
  14. a {
  15. color: #148544;
  16. text-decoration: none;
  17. outline: none;
  18. }
  19. a:hover, a:focus {
  20. color: #fff;
  21. }
  22. @media screen and (max-width: 25em) {
  23. .container > header {
  24. font-size: 70%;
  25. }
  26. }