diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index 36fa6d64..74f3b345 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -4,7 +4,7 @@ * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss */ -* { + * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -47,3 +47,7 @@ dt { display: inline; font-weight: bold; } + +ul { + max-width: 45em; +} \ No newline at end of file