index.styl 411 B

1234567891011121314151617181920212223
  1. .home .hero img
  2. max-width: 500px !important
  3. min-width: 300px
  4. width: 100%
  5. .center
  6. margin 0 auto;
  7. width: 80%
  8. #main-title
  9. display: none
  10. .hero
  11. margin: 150px 25px 70px
  12. @font-face
  13. font-family: 'Nerd Font';
  14. src: url("/nerd-font.woff2") format("woff2");
  15. font-weight: 400;
  16. font-style: normal
  17. code
  18. font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;