glossary.css 213 B

123456789101112131415161718192021222324
  1. .container {
  2. padding: 5px;
  3. width: 60%;
  4. margin-bottom: 50px;
  5. }
  6. dl {
  7. font-size: 20px;
  8. }
  9. dt {
  10. margin-top: 20px;
  11. }
  12. h1 {
  13. font-size: 6em;
  14. margin-bottom: 30px;
  15. }
  16. h2 {
  17. font-size: 3em;
  18. margin-bottom: 20px;
  19. }