Skip to content

Commit

Permalink
improve list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 22, 2024
1 parent 4b74706 commit 5c81156
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/case-studies/la-county/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Link from 'next/link';
import { Link as ExternalLink } from '@trussworks/react-uswds';
import './styles.scss';

export default function LaCountyCaseStudy() {
return (
Expand Down Expand Up @@ -64,7 +65,7 @@ export default function LaCountyCaseStudy() {
the quality of that data. Over the course of the year-long
pilot, the DIBBs team:
</p>
<ul className="font-semibold">
<ul className="list__full-width flex flex-col gap-2 font-semibold">
<li>
Conducted discovery research to understand eCR workflows,
identify product support needs, and assess the value of
Expand Down
5 changes: 5 additions & 0 deletions src/app/case-studies/la-county/styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.list__full-width {
li {
min-width: 100%;
}
}

0 comments on commit 5c81156

Please sign in to comment.