Skip to content
Snippets Groups Projects

Make figcaption visible

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