Skip to content

Commit

Permalink
fix: set object fit on correct element in logotyopegrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Jun 3, 2024
1 parent 49f3b79 commit 39721ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/sass/component/_logotypegrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

.c-logotypegrid__logo {
height: calc(#{$base} * 10);
}

.c-logotypegrid__logo .c-logotype__image {
object-fit: contain;
}
}

0 comments on commit 39721ce

Please sign in to comment.