Skip to content

Commit 90aab3a

Browse files
committedJul 2, 2024
Remove hack for image captions
1 parent fa0e702 commit 90aab3a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎sass/_extra.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,6 @@ input[type=email] {
149149
padding: .4em;
150150
}
151151

152-
// A hack for image captions.
153-
// See https://stackoverflow.com/questions/19331362/using-an-image-caption-in-markdown-jekyll
154-
img+em,
155-
a:first-child+em:last-child,
156-
video+em {
157-
display: block;
158-
text-align: center;
159-
color: $grey-color;
160-
}
161-
162152
figcaption {
163153
display: block;
164154
text-align: center;

0 commit comments

Comments
 (0)