You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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;
|
|
}
|