Changeset 12381 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss
- Timestamp:
- 02/02/2023 08:55:58 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss
r12204 r12381 321 321 .photo-meta { 322 322 display: flex; 323 flex-flow: row wrap;323 flex-flow: row nowrap; 324 324 justify-content: space-around; 325 326 @include breakpoint( 0, 600px ) { 327 flex-wrap: wrap; 328 } 325 329 326 330 .column { 327 331 flex: 2 1 auto; 328 332 margin-bottom: 2rem; 333 min-width: 250px; 334 335 &:first-child { 336 @include breakpoint( 0, 600px ) { 337 margin-bottom: 1rem; 338 } 339 } 329 340 330 341 &:last-child {
Note: See TracChangeset
for help on using the changeset viewer.