aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/_team.scss
blob: 7aa5436ae6bf360bc6a9abb8502b5db803640e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.bd-team {
  margin-bottom: 1.5rem;

  .team-member {
    line-height: 2rem;
    color: #555;
  }

  .team-member:hover {
    color: #333;
    text-decoration: none;
  }

  .github-btn {
    border: none;
    float: right;
    width: 180px;
    height: 1.25rem;
    margin-top: .25rem;
  }

  img {
    float: left;
    width: 2rem;
    margin-right: .5rem;
    border-radius: .25rem;
  }
}