Skip to content

Commit

Permalink
Updates height of highlight card text
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiejay committed Oct 23, 2024
1 parent 3d0eadd commit 5aae701
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3621,14 +3621,17 @@ code {
}
}
}
section.highlight-video-section div.video-section-text-container {
height: auto;
h3 {
@include at-media("desktop") {
font-size: 24px;
line-height: 24px;
}
}
}
}

section.highlight-video-section div.video-section-text-container h3 {
@include at-media("desktop") {
font-size: 24px;
line-height: 24px;
}
}

// Logo Garden

Expand Down

0 comments on commit 5aae701

Please sign in to comment.