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 884a9e7 commit 88df8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions _includes/team-hero-content.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
<p>One single panel to orchestrate Developer Cloud access.</p>
<p>Get a complete landscape on all the Multi-Cloud access of your team.</p>
<div>
<a class="btn btn-outline-primary d-inline-block mt-2 open-modal">Request Closed Beta access</a>
<a class="btn btn-secondary d-inline-block mt-2 play-demo-button">See the Demo</a>
</div>
4 changes: 2 additions & 2 deletions assets/css/partials/helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,14 @@

.desktop {
display: none;
video {
video, img {
display: none;
}

@include breakpoint('md') {
display: block;

video {
video, img {
display: block;
}
}
Expand Down

0 comments on commit 88df8da

Please sign in to comment.