mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Center the profile image upload container on mobile
This commit is contained in:
parent
bdaf63d3dd
commit
33cb7434ff
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/dashboard.scss
vendored
4
resources/assets/sass/dashboard.scss
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue