title-stmt.component.scss 283 B

123456789101112131415161718192021
  1. .main-title,
  2. .sub-title,
  3. .author {
  4. display: block;
  5. text-align: center;
  6. margin-bottom: 10px;
  7. }
  8. .main-title {
  9. font-weight: 700;
  10. font-size: 1.5em;
  11. }
  12. .sub-title {
  13. font-weight: 700;
  14. font-size: 1.2em;
  15. }
  16. .author {
  17. font-size: 1em;
  18. font-style: italic;
  19. }