Skip to content

Commit

Permalink
Added margin spacing between advertiser page header and description (#…
Browse files Browse the repository at this point in the history
…6420)

* Added margin spacing between advertiser page header and description

* Aligned avatar icon to flex-start

* time to fix merge conflicts
  • Loading branch information
adrienne-deriv committed Oct 19, 2022
1 parent 443ddf2 commit d1f6377
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/p2p/src/components/advertiser-page/advertiser-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,16 @@
@include mobile {
display: inline-grid;
grid-template-columns: auto auto;
margin: 0 0 1rem;
margin: 0 0 3rem;

.dp2p-avatar {
align-self: flex-start;
margin-top: 0.6rem;
margin-right: 0.7rem;
align-self: center;

@include mobile {
align-self: flex-start;
margin-top: 0.6rem;
margin-right: 0.7rem;
}
}
}
}
Expand Down

0 comments on commit d1f6377

Please sign in to comment.