mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
37 lines
575 B
SCSS
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;
|
|
}
|
|
|
|
} |