swap native emojis for Twemojis 🎉 (#92)

This commit is contained in:
2020-03-29 15:30:12 -04:00
committed by GitHub
parent 3dd0f9578e
commit 2156c6ed88
17 changed files with 73 additions and 40 deletions
+6 -4
View File
@@ -19,16 +19,18 @@ div#content {
border-bottom: 1px solid $color-kinda-light;
}
img,
figure {
p.image img,
figure img {
height: auto;
max-width: 100%;
margin: 1em auto;
display: block;
margin-left: auto;
margin-right: auto;
}
figure {
// reduce margin between image and caption
margin: 1em auto;
img {
margin-bottom: 0.4em;
}