Skip to content

Commit

Permalink
Merge pull request #2176 from OctopusDeploy/km/image-fix
Browse files Browse the repository at this point in the history
Image typo fix
  • Loading branch information
steve-fenton-octopus authored Feb 22, 2024
2 parents 84f7cec + 3dfbfde commit ee38c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ img {
/* Image component */
.image {
border-radius: 0.9375rem;
border: 0.0625 solid var(--navy-200);
border: 0.0625rem solid var(--navy-200);
background: #F4F6F8;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -214,7 +214,7 @@ img {
/* TODO: Once all images are used with Image component these styles should be removed */
figure > p > img {
border-radius: 0.9375rem;
border: 0.0625 solid var(--navy-200);
border: 0.0625rem solid var(--navy-200);
background: #F4F6F8;
padding: 2rem;
width: calc(100% - 4rem);
Expand Down

0 comments on commit ee38c93

Please sign in to comment.