Skip to content

Commit

Permalink
Address Rares PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mokimo committed Oct 22, 2024
1 parent c44129f commit 085d6c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/blocks/media/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ div[class*="-up"] .media .foreground > .media-row {
}

.media.qr-code .qr-button-container {
display: inline;
display: inline-block;
}

.media.qr-code .google-play,
Expand All @@ -178,7 +178,8 @@ div[class*="-up"] .media .foreground > .media-row {
justify-content: center;
padding: 0;
display: inline-flex;
margin: var(--spacing-xs) var(--spacing-s) 0 0;
margin-top: var(--spacing-xs);
margin-inline-end: var(--spacing-s);
}

.media.qr-code .google-play {
Expand Down

0 comments on commit 085d6c7

Please sign in to comment.