File size: 604 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
.friends-header {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebedf0;

  p {
    display: inline;
    color: #90949c;
  }
}

.friend-index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin: 0 -7px -7px -7px;
}

.friend-thumbnail {
  width: 106px;
  height: 106px;
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
  box-sizing: border-box;
  image-rendering: auto;
  display: flex;
  align-items: flex-end;

  padding: 5px;
  font-size: 12px;
  color: white;
  text-shadow: 0 0 2px rgba(0,0,0,.8)
}