Skip to content

Commit

Permalink
Merge pull request #170 from onc-healthit/matt-dev-add-USCDIv4-imagery
Browse files Browse the repository at this point in the history
Add uscdi v4 imagery
  • Loading branch information
drbgfc authored Oct 18, 2024
2 parents a9032ad + e40c11f commit 9727c0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/c-cda/uscdi-v4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/c-cda/CCDAHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SectionHeader from '../shared/SectionHeader'

const CCDAHome = () => {
const maxWidthMainValidatorCards = 390
const maxWidthAdditionalToolCards = 550
const maxWidthAdditionalToolCards = 600 // Change to 390 if using a three column grid
const flexibleBox = { display: 'flex', gap: 4, flexDirection: 'row', width: '100%', justifyContent: 'space-between' }
return (
<>
Expand Down

0 comments on commit 9727c0a

Please sign in to comment.