Skip to content

Commit

Permalink
Fix image stretching
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Apr 24, 2022
1 parent 1e695ae commit b171278
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions assets/css/carbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@
@apply h-full;
}

.carbon-inline-wide .carbon-img {
@apply h-full;
}

.carbon-inline-wide .carbon-img img {
@apply h-full;
@apply w-auto;
}

.carbon-inline-wide .carbon-text {
@apply flex;
@apply items-center;
Expand Down Expand Up @@ -120,6 +111,15 @@
height: 90px;
}

.carbon-inline-wide .carbon-img {
@apply h-full;
}

.carbon-inline-wide .carbon-img img {
@apply h-full;
@apply w-auto;
}

.carbon-inline-wide .carbon-text {
@apply py-3;
}
Expand Down

0 comments on commit b171278

Please sign in to comment.