first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user