aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/about/about.component.scss
blob: 2a22b9528cc187af2b7d71fe8b5e2a4ded73e696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@import '_variables';
@import '_mixins';

.section-title {
  font-weight: $font-semibold;
  font-size: 20px;
  margin-bottom: 5px;
}

.description, .terms, .signup {
  margin-bottom: 30px;
}