Skip to content
Snippets Groups Projects
Commit 1ef25bad authored by Olivia206's avatar Olivia206
Browse files

fixed avatar display for md devices

parent 87d71ec3
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@
@include media-breakpoint-between(desktop, xl)
.person
justify-content: space-between
gap: $spacing1
.avatar
margin-right: 0
margin-left: $spacing1
order: 1
width: col(3)
.description
......@@ -28,8 +28,19 @@
width: calc(#{col(1, 4)} + #{$grid-gutter})
.description
margin-top: $spacing1
@include media-breakpoint-up(sm)
@include in-page-without-sidebar
body
&:not(.full-width)
@include media-breakpoint-between(md, desktop)
.person
flex-direction: row-reverse
gap: $spacing1
.avatar
width: calc(#{col(1, 4)} + #{$grid-gutter})
&.full-width
@include media-breakpoint-up(md)
.persons .avatar
width: 100%
@include media-breakpoint-up(sm)
.persons
@include grid(4, lg)
@include grid(4, md)
@include grid(6, xl)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment