From 56b850dfefddfc143eac9e547f049ffef30f7a0a Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 24 Jul 2018 11:07:27 -0400 Subject: [PATCH] Add max width to ul --- scss/elements/_typography.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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