PHP Classes

File: sass/components/media/_galleries.scss

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   sass/components/media/_galleries.scss   Download  
File: sass/components/media/_galleries.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 344 bytes
 

Contents

Class file image Download
.gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } // Loops to enumerate the classes for gallery columns. @for $i from 2 through 9 { .gallery-columns-#{$i} { grid-template-columns: repeat($i, 1fr); } } .gallery-caption { display: block; }