1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:55:31 -04:00

make images linkable via shortcode param

This commit is contained in:
2020-04-23 12:43:43 -04:00
parent 60fd36001d
commit 2548b320fc
13 changed files with 72 additions and 72 deletions

View File

@@ -22,13 +22,14 @@ div#content {
}
}
p.image img,
figure img {
height: auto;
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
p.image,
figure {
text-align: center;
img {
height: auto;
max-width: 100%;
}
}
figure {
@@ -42,6 +43,7 @@ div#content {
figcaption {
font-size: 0.95em;
text-align: center;
margin-top: -0.4em;
@include themed() {
color: t(color-medium);