_headings.scss 185 B

123456789
  1. /* Only basic styling (justify-content, color, weight) */
  2. /* Ratios and sizes already handled in nanogram/typography */
  3. h1 {
  4. display: flex;
  5. justify-content: center;
  6. margin: 0;
  7. }