# jetpack/7.2.2/modules/widgets/flickr/style.css

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 7.2.2. 17 lines.

- Page: https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/widgets/flickr/style.css
- Raw: https://pluginprobe.com/plugins/jetpack/7.2.2/raw/modules/widgets/flickr/style.css
- Modified: 2017-06-28T02:19:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/widgets/flickr/style.css#L10-L20`.

```css
.flickr-images {
	text-align: center;
}

.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;
}

```
