File tree 3 files changed +36
-0
lines changed
3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -194,3 +194,15 @@ hr {
194
194
border-width : 0 ;
195
195
border-top : 1px solid # e1e1e1 ;
196
196
}
197
+ /* Radius values:
198
+
199
+ 10%-40%: Squircles
200
+ 50% (default): True circle
201
+ */
202
+ .avatar {
203
+ width : 128px ;
204
+ height : 128px ;
205
+ object-fit : cover;
206
+ background-position : center;
207
+ border-radius : 50% ;
208
+ }
Original file line number Diff line number Diff line change @@ -194,3 +194,15 @@ hr {
194
194
border-width : 0 ;
195
195
border-top : 1px solid # e1e1e1 ;
196
196
}
197
+ /* Radius values:
198
+
199
+ 10%-40%: Squircles
200
+ 50% (default): True circle
201
+ */
202
+ .avatar {
203
+ width : 128px ;
204
+ height : 128px ;
205
+ object-fit : cover;
206
+ background-position : center;
207
+ border-radius : 50% ;
208
+ }
Original file line number Diff line number Diff line change @@ -194,3 +194,15 @@ hr {
194
194
border-width : 0 ;
195
195
border-top : 1px solid # e1e1e1 ;
196
196
}
197
+ /* Radius values:
198
+
199
+ 10%-40%: Squircles
200
+ 50% (default): True circle
201
+ */
202
+ .avatar {
203
+ width : 128px ;
204
+ height : 128px ;
205
+ object-fit : cover;
206
+ background-position : center;
207
+ border-radius : 50% ;
208
+ }
You can’t perform that action at this time.
0 commit comments