Skip to content

Commit 641fe05

Browse files
committed
Remove hack for image captions
1 parent 42171e6 commit 641fe05

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
@@ -151,16 +151,6 @@ input[type=email] {
151151
padding: .4em;
152152
}
153153

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

0 commit comments

Comments
 (0)