index.css 205 B

12345678910
  1. #app {
  2. /*font-family: Avenir, Helvetica, Arial, sans-serif;*/
  3. -webkit-font-smoothing: antialiased;
  4. -moz-osx-font-smoothing: grayscale;
  5. text-align: center;
  6. color: #2c3e50;
  7. margin-top: 60px;
  8. }