_guides.scss 676 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .guide-preview {
  2. overflow: hidden;
  3. .guide-preview-category {
  4. min-width: 9rem;
  5. max-width: 9rem;
  6. .small {
  7. font-size: 0.75rem;
  8. text-transform: uppercase;
  9. font-weight: 700;
  10. }
  11. }
  12. .guide-preview-title {
  13. font-size: 1.25rem;
  14. margin-bottom: 0.25rem;
  15. font-weight: 600;
  16. }
  17. }
  18. .guide {
  19. h3 {
  20. font-size: 1.5rem;
  21. padding-bottom: 0.5rem;
  22. margin-bottom: 2rem;
  23. margin-top: 2rem;
  24. display: block;
  25. border-bottom: 0.25rem solid darken($gray-100, 3%);
  26. }
  27. p {
  28. font-size: 1.15rem;
  29. margin-bottom: 1rem;
  30. line-height: 1.55;
  31. }
  32. img {
  33. display: block;
  34. margin-top: 2rem;
  35. margin-bottom: 2rem;
  36. }
  37. }