File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1058,13 +1058,22 @@ a.label,
1058
1058
flex-wrap : wrap;
1059
1059
}
1060
1060
1061
+ .ui .card : last-child {
1062
+ margin-bottom : 0 ;
1063
+ }
1064
+ .ui .card : first-child {
1065
+ margin-top : 0 ;
1066
+ }
1067
+
1061
1068
.ui .cards > .card ,
1062
1069
.ui .card {
1063
1070
display : flex;
1064
1071
flex-direction : column;
1065
1072
max-width : 100% ;
1066
1073
width : 290px ;
1067
- margin : .875em .5em ;
1074
+ margin : 1em 0 ;
1075
+ min-height : 0 ;
1076
+ padding : 0 ;
1068
1077
background : var (--color-card );
1069
1078
border : 1px solid var (--color-secondary );
1070
1079
box-shadow : none;
Original file line number Diff line number Diff line change 38
38
width : 100% ;
39
39
}
40
40
41
+ .user .profile .ui .card # profile-avatar {
42
+ padding : 1rem 1rem 0.25rem ;
43
+ justify-content : center;
44
+ }
41
45
42
46
.user .profile .ui .card # profile-avatar img {
43
47
max-width : 100% ;
You can’t perform that action at this time.
0 commit comments