ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

measure.scss (257B)


      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 }