Skip to content

Commit

Permalink
chore: fixed video on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Dec 13, 2023
1 parent fa13a47 commit 304eb9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
8 changes: 8 additions & 0 deletions assets/css/partials/media-query.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
font-size: 15px!important;
}
}

.demo-video-modal {
top: 30%;
}

.hero-team-play-demo-icon {
top: 55%!important;
}
}

@media screen and (max-width: 1080px) {
Expand Down
18 changes: 3 additions & 15 deletions assets/css/partials/team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,20 +340,7 @@ span.cursor.hidden {
top: 35% !important;
}

.carousel-container {
flex-direction: column!important;
.carousel-info-container {
width: 80% !important;
flex-direction: row!important;
margin-bottom: 30px;
.carousel-info {
flex: 1;
}
#carousel-strip-1, #carousel-strip-2, #carousel-strip-3 {
display: none!important;
}
}
}

}

@media screen and (min-width: 1281px) {
Expand Down Expand Up @@ -399,6 +386,7 @@ span.cursor.hidden {
}
.team-carousel .title {
font-size: 25px;
padding: 0 10px;
}
.carousel-info-content {
margin-left: 0!important;
Expand All @@ -410,7 +398,7 @@ span.cursor.hidden {
flex-direction: column!important;
.carousel-info-container {
width: 85% !important;
flex-direction: row!important;
flex-direction: column!important;
margin-bottom: 30px;
.carousel-info {
flex: 1;
Expand Down

0 comments on commit 304eb9c

Please sign in to comment.