Skip to content

Commit

Permalink
phone version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertishimwe committed Jul 8, 2022
1 parent 0fea669 commit 261615f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion assets/css/call.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media (max-width: 767px) {
@media (max-width: 768px) {
.header .main-nav .navbar-collapse {
border-top: none;
-webkit-box-shadow: none;
Expand Down Expand Up @@ -81,6 +81,12 @@
display: block;
margin: 0 auto;
}
#mee {
display: none;
}
.mmee {
display: block !important;
}
/* section {
display: block;
}
Expand Down
7 changes: 5 additions & 2 deletions call.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
width:fit-content;
height: 100%;
}
.mmee{
display: none;
}
</style>
</head>
<body data-spy="scroll">
Expand Down Expand Up @@ -162,15 +165,15 @@
<section id="promo" class="promo section offset-header">
<div class="headerIcon">
<p><i class="fas fa-user"></i> You</p>
<!-- <p id="mee"><i class="fas fa-user"></i></p> -->
<p id="mee"><i class="fas fa-user"></i></p>
</div>
<div class="container">

<div class="mywing">
<video id="myvideo" autoplay muted></video>
</div>
<br/>
<p id="mee"><i class="fas fa-user"></i></p>
<p id="mee" class="mmee"><i class="fas fa-user"></i></p>
<div class="otherwing">
<video id="remoteVideo" autoplay></video>
</div>
Expand Down

0 comments on commit 261615f

Please sign in to comment.