summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/flickr/style.css')
-rw-r--r--plugins/jetpack/modules/widgets/flickr/style.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/plugins/jetpack/modules/widgets/flickr/style.css b/plugins/jetpack/modules/widgets/flickr/style.css
index 76c52d32..689e240a 100644
--- a/plugins/jetpack/modules/widgets/flickr/style.css
+++ b/plugins/jetpack/modules/widgets/flickr/style.css
@@ -1,12 +1,16 @@
-#flickr_badge_uber_wrapper,
-#flickr_badge_wrapper,
-.widget_flickr table td {
- background-color: transparent;
- border: 0;
- margin: 0;
- padding: 0;
+.flickr-images {
+ text-align: center;
}
-#flickr_badge_uber_wrapper {
- width: auto;
+.flickr-size-thumbnail .flickr-images {
+ align-content: space-between;
+ align-items: center;
+ display: flex;
+ flex-flow: row wrap;
+ justify-content: center;
+}
+
+.flickr-images img {
+ max-width: 100%;
+ margin: 5px;
}