Skip to content

Commit

Permalink
Merge pull request #624 from DFE-Digital/SFSW-2817-Change-size-of-ass…
Browse files Browse the repository at this point in the history
…et-download-component-image

fix: corrected size of asset download image
  • Loading branch information
Maria-C1 authored Jan 28, 2025
2 parents 03b107d + c87719f commit e7cf34e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ content: "";
@media (min-width: 40.0625em) {
.gem-c-attachment__thumbnail {
position: relative;
width: 140px;
height: auto;
width: 110px;
height: 150px;
max-width: 140px;
margin-right: 20px;
margin-bottom: 15px;
Expand All @@ -605,8 +605,8 @@ content: "";
.gem-c-attachment__thumbnail-image {
display: block;
max-width: 280px;
width: 140px;
height: auto;
width: 110px;
height: 150px;
border: rgba(11, 12, 12, 0.1);
outline: 5px solid rgba(11, 12, 12, 0.1);
background: #ffffff;
Expand Down
8 changes: 4 additions & 4 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.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit e7cf34e

Please sign in to comment.