Skip to content

Commit

Permalink
Merge pull request #4 from mahendrarathore1742/responsiveUI
Browse files Browse the repository at this point in the history
 Make responsive UI. #3
  • Loading branch information
sbimochan authored Oct 5, 2020
2 parents ba8bca8 + 78c0a49 commit 77e6470
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body {
--borderWidth: 8px;
background: #1D1F20;
position: relative;
width: 100%;
border-radius: var(--borderWidth);
transition: opacity .5s;
}
Expand Down Expand Up @@ -77,3 +78,11 @@ body {
background-position: 0% 50%;
}
}

@media only screen and (max-width: 600px) {
#video{

width: 100%;
height: 100%;
}
}

0 comments on commit 77e6470

Please sign in to comment.