Skip to content

Commit

Permalink
make infobox text content fill width of container
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Nov 22, 2024
1 parent 4120990 commit 646151f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Childrens-Social-Care-CPD/styles/scss/overrides/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
padding-left: 65px;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
}

@media (max-width: 40.0625em) {
Expand All @@ -353,6 +354,10 @@
}
*/

.prompt .govuk-body-m {
max-width: 100%;
}

.prompt.prompt-home .svg-inline--fa {
background-color: #347ca9 !important;
}
Expand Down
5 changes: 5 additions & 0 deletions Childrens-Social-Care-CPD/wwwroot/css/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/wwwroot/css/application.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/wwwroot/css/application.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 646151f

Please sign in to comment.