[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ -> measure.scss (source)

   1  // Measure
   2  // - The width of a line of text, in characters, is known as its measure.
   3  
   4  header *,
   5  main *,
   6  footer * {
   7      max-width: var(--global--spacing-measure);
   8  }
   9  
  10  html,
  11  body,
  12  div,
  13  header,
  14  nav,
  15  article,
  16  figure,
  17  hr,
  18  main,
  19  section,
  20  footer {
  21      max-width: none;
  22  }


Generated : Sun Apr 28 08:20:02 2024 Cross-referenced by PHPXref