We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089ccb0 commit f437063Copy full SHA for f437063
web_src/less/_user.less
@@ -5,10 +5,18 @@
5
6
&.profile {
7
.ui.card {
8
+ .header,
9
.username {
10
display: block;
11
}
12
13
+ .header {
14
+ font-weight: 700;
15
+ font-size: 1.3rem;
16
+ margin-top: -0.2rem;
17
+ line-height: 1.3rem;
18
+ }
19
+
20
.extra.content {
21
padding: 0;
22
@@ -40,6 +48,9 @@
40
48
41
49
42
50
#profile-avatar {
51
+ img {
52
+ width: 100%;
53
43
54
@media only screen and (max-width: 768px) {
44
55
height: 250px;
45
56
overflow: hidden;
0 commit comments