Add max width to ul
This commit is contained in:
parent
e392c97b65
commit
56b850dfef
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user