mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-18 14:13:56 +09:00
22 lines
254 B
SCSS
22 lines
254 B
SCSS
/* ## Avatar
|
|
--------------------------------------------- */
|
|
|
|
.avatar {
|
|
float: left;
|
|
border-radius: 50%;
|
|
|
|
.author-box &,
|
|
.alignleft & {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.alignright & {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.comment & {
|
|
margin: 0 15px 20px 0;
|
|
}
|
|
|
|
}
|