Skip to content

Commit

Permalink
Fixed mic position mobile view
Browse files Browse the repository at this point in the history
Fixed the position of mic in the mobile view from center to the right as it was overlapping the logo earlier.
  • Loading branch information
kanscerr authored Oct 6, 2022
1 parent 709395a commit 1cbb9a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,14 @@ form input {
padding-right:5px;
}
}

@media screen and (max-width: 450px){
.mic{
display: block;
margin-left: 230px;
}
}

.myname{
width: 180px;

Expand Down

0 comments on commit 1cbb9a1

Please sign in to comment.