Skip to content
Snippets Groups Projects
Commit 9b3d7bac authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6863: refactor photo/basic info flex so video never overlaps

parent 8bc61192
No related branches found
No related tags found
1 merge request!227ISTWCMS-6863: Adding ofis video to ohana.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.ofis-profile-header { .ofis-profile-header {
display: flex; display: flex;
flex-direction: column; flex-wrap: wrap;
gap: 1rem; gap: 1rem;
padding-top: 1rem; padding-top: 1rem;
...@@ -15,7 +15,11 @@ ...@@ -15,7 +15,11 @@
width: 188px; width: 188px;
height: auto; height: auto;
margin: 0 auto; margin: 0 auto;
flex-shrink: 0; flex: 0 0 188px;
}
> div {
flex: 1 1 250px;
} }
@media(min-width: $screen-xs) { @media(min-width: $screen-xs) {
......
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