Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
2 files
+ 5
13
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
7
@@ -4,11 +4,7 @@
@@ -4,11 +4,7 @@
}
}
.caption {
.caption {
display: flex;
position: absolute;
justify-content: center;
opacity: 75%;
padding: 4px 10px 4px 10px;
bottom: 0;
}
.tag.caption {
width: 100%;
}
}
Loading