_about.scss 186 Bytes
Newer Older
Sartika Aritonang committed
1 2 3 4 5 6 7
.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, $black 0%,#{fade-out($black, .1)} 75%,#{fade-out($black, .2)} 100%);
  p {
    margin-bottom: 5rem;
  }
}