mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 17:15:32 -04:00
swap native emojis for Twemojis 🎉 (#92)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user