information.css 698 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .strand{
  2. justify-content: center;
  3. }
  4. .strand{
  5. margin: 50px;
  6. }
  7. .content{
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. border: 2px solid black;
  12. box-shadow: -5px -5px 5px rgb(0, 27, 45) inset;
  13. padding: 30px;
  14. text-align: justify;
  15. max-width: 800px;
  16. max-height: 65vh;
  17. overflow-y: auto;
  18. }
  19. .content > *{
  20. margin: 15px;
  21. padding-bottom: 25px;
  22. }
  23. ol{
  24. list-style: decimal inside none;
  25. }
  26. ol > *{
  27. margin: 10px;
  28. }
  29. /* Legal Strand */
  30. #legalStrand > *{
  31. margin: 15px;
  32. }
  33. /* Help Strand */
  34. #helpStrand{
  35. flex-direction: column;
  36. align-items: center;
  37. }
  38. #helpStrand > *{
  39. margin: 15px;
  40. }