]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/share.scss
Figure image and figcaption centered on share page
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / share.scss
index d6f6b669599c6c235187a291bd7d64c2a65378e0..72e73a9a70428abcf638ca58cb7b9a2591895bc4 100644 (file)
@@ -380,6 +380,14 @@ tbody {
   border-width: 1px 0;
 }
 
+figure {
+  text-align: center;
+}
+
+figure > * {
+  margin: 0 auto;
+}
+
 header {
   text-align: center;
 }