Skip to content

Commit

Permalink
Bubble img vert set to align-self strech
Browse files Browse the repository at this point in the history
  • Loading branch information
lauram88 committed Oct 30, 2020
1 parent 54c9b6f commit 11eb3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/gg.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ a:link, a:active, a:visited {
.bubble-img-vert {
grid-column: 2 / 3;
width: 100%;
height: 100%;
align-self: stretch;
object-fit: cover;
}

Expand Down

0 comments on commit 11eb3df

Please sign in to comment.