- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/media/_galleries.scss
r43808 r43842 1 1 .gallery { 2 2 display: flex; 3 flex-flow: row wrap; 4 justify-content: center; 3 5 margin-bottom: calc(1.5 * #{$size__spacing-unit}); 4 6 } … … 6 8 .gallery-item { 7 9 display: inline-block; 8 margin-right: $size__spacing-unit;10 padding-right: $size__spacing-unit; 9 11 margin-bottom: $size__spacing-unit; 10 12 text-align: center; … … 20 22 21 23 &:last-of-type { 22 margin-right: 0;24 padding-right: 0; 23 25 } 24 26 }
Note: See TracChangeset
for help on using the changeset viewer.