index.css 264 B

12345678910111213141516171819202122
  1. h3{
  2. font-size: 1.5em;
  3. }
  4. body{
  5. overflow-x:hidden;overflow-y:hidden;
  6. font-size: 1rem;
  7. line-height: 1.7em;
  8. }
  9. p{
  10. margin: 0 0 20px;
  11. text-align: justify;
  12. text-justify: inter-ideograph;
  13. word-break: initial;
  14. word-break: break-word;
  15. }
  16. li{
  17. line-height: 30px;
  18. }