personal_site/_sass/comments.scss
2024-01-26 14:43:16 +00:00

37 lines
575 B
SCSS

.mastodon-embed {
border-radius: 5px;
}
.comments {
.comment .avatar {
float: left;
width: 50px;
height: 50px;
margin-right: 16px;
border-radius: 50%;
}
.reference {
text-align: center;
font-size: 16px;
}
.comment {
margin-top: 50px;
margin-bottom: 50px;
font-size: 16px;
.comment {
padding-left: 20px;
}
}
.toot {
padding-left: 66px;
}
.author {
padding-top: 10px;
padding-bottom: 10px;
}
}