File size: 485 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.profile-gravatar {
	.gravatar {
		display: block;
		margin: 0 auto;
	}
}

.profile-gravatar__user-secondary-info {
	margin-bottom: 30px;
	text-align: center;
	font-size: $font-body-small;

	.profile-gravatar.is-in-sidebar & {
		color: var(--color-sidebar-text-alternative);
	}
}

.profile-gravatar__user-display-name {
	font-size: $font-title-small;
	font-weight: 600;
	line-height: 1.1;
	margin: 16px 16px 4px;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
}