diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index 74f3b345..36fa6d64 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,7 +47,3 @@ dt { display: inline; font-weight: bold; } - -ul { - max-width: 45em; -} \ No newline at end of file