wp_back/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss

23 lines
257 B
SCSS
Raw Normal View History

2024-05-20 15:37:46 +03:00
// Measure
// - The width of a line of text, in characters, is known as its measure.
header *,
main *,
footer * {
max-width: var(--global--spacing-measure);
}
html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
max-width: none;
}