Center the profile image upload container on mobile

This commit is contained in:
Kevin MacMartin 2018-04-25 01:41:45 -04:00
parent bdaf63d3dd
commit 33cb7434ff

View file

@ -811,6 +811,10 @@ body {
width: 100%;
max-width: 150px;
@include media-breakpoint-down(sm) {
margin: $grid-gutter-width auto;
}
.image-display {
@include aspect-ratio(1, 1);
position: relative;