basic.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .text-center {
  2. text-align: center; }
  3. .padding-above-and-below .narrow-article {
  4. box-shadow: 5px 5px 10px #000000; }
  5. .display-text {
  6. max-width: 70%;
  7. margin: 0 0 0 15%;
  8. line-height: 1.875em; }
  9. .display-text h1, .display-text h2, .display-text h3, .display-text h4, .display-text h5, .display-text h6, .display-text h7 {
  10. text-align: center; }
  11. .padding-above-and-below .narrow-article {
  12. background-color: white;
  13. margin: 2em;
  14. padding: 1em;
  15. max-width: 37%; }
  16. .padding-above-and-below {
  17. padding: 5em 0; }
  18. .padding-above-and-below .flex-no-wrap {
  19. display: flex;
  20. justify-content: center;
  21. flex-direction: row; }
  22. .padding-above-and-below .flex {
  23. display: flex;
  24. justify-content: center;
  25. flex-flow: row wrap; }
  26. .padding-above-and-below .narrow-article p {
  27. line-height: 1.875em; }
  28. @media (max-width: 800px) {
  29. .display-text {
  30. max-width: 100%;
  31. margin: 1em;
  32. line-height: 1.875em; }
  33. .narrow-article {
  34. max-width: 75% !important; }
  35. .padding-above-and-below {
  36. padding: 5em 0; }
  37. .padding-above-and-below .flex-no-wrap {
  38. display: flex;
  39. justify-content: center;
  40. flex-direction: column; }
  41. .padding-above-and-below .flex-no-wrap img {
  42. align-self: center; } }
  43. @media (min-width: 1500px) {
  44. .narrow-article {
  45. max-width: 25% !important;
  46. padding: 1em !important;
  47. margin: 2em !important;
  48. background-color: white !important; } }