Skip to content

Commit

Permalink
Don't show video on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 7, 2019
1 parent 07fcbd4 commit 132a7e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ body {
}

#myVideo {
z-index: -4;
right: 0;
bottom: 0;
}

@media only screen and (max-width: 768px) {
#myVideo{ display: none !important; }
}

0 comments on commit 132a7e1

Please sign in to comment.