index.css 579 B

123456789101112131415161718192021222324252627282930
  1. body {
  2. margin: 0;
  3. padding-top: 55px;
  4. overflow-y: scroll;
  5. font-family: Lato, 'Helvetica Neue', Arial, Helvetica, "Microsoft YaHei", sans-serif;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. code {
  10. font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
  11. }
  12. .main-content {
  13. padding: 4px;
  14. }
  15. .small-icon .icon {
  16. font-size: 1em !important;
  17. }
  18. .custom-footer {
  19. font-size: 1.1em;
  20. }
  21. @media only screen and (max-width: 600px) {
  22. .hide-on-mobile {
  23. display: none !important;
  24. }
  25. }