[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/ -> _editor.scss (source)

   1  .gallery-item {
   2      display: inline-block;
   3      text-align: center;
   4      vertical-align: top;
   5      width: 100%;
   6  
   7      .gallery-columns-2 & {
   8          max-width: 50%;
   9      }
  10  
  11      .gallery-columns-3 & {
  12          max-width: 33.33%;
  13      }
  14  
  15      .gallery-columns-4 & {
  16          max-width: 25%;
  17      }
  18  
  19      .gallery-columns-5 & {
  20          max-width: 20%;
  21      }
  22  
  23      .gallery-columns-6 & {
  24          max-width: 16.66%;
  25      }
  26  
  27      .gallery-columns-7 & {
  28          max-width: 14.28%;
  29      }
  30  
  31      .gallery-columns-8 & {
  32          max-width: 12.5%;
  33      }
  34  
  35      .gallery-columns-9 & {
  36          max-width: 11.11%;
  37      }
  38  }
  39  
  40  .gallery-caption {
  41      display: block;
  42  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref