Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
6 files
+ 20
16
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 7
0
@@ -2,3 +2,10 @@
width: 70%;
height: 70%;
}
.card > .card-image figure.image > figcaption {
position: absolute;
bottom: 0;
width: 100%;
opacity: 75%;
}
Loading