aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_team.scss
blob: 5f6229bd316ba849240cd48e275cf27100203c14 (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
29
30
31
32
.bd-team {
  margin-bottom: 1.5rem;

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

  .team-member:hover,
  .team-member:focus {
    color: #333;
  }

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

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

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