Skip to content

Commit

Permalink
Fix the mobile view hover issue in Language section
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshSharma01 committed Feb 20, 2021
1 parent cc4ae48 commit af0de2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,19 +371,14 @@ h1, h2, .section h3 {
width: 41%;
}
.lang-name{
/* display: flex; */
border-radius: 10px;
margin-left: 20%;
position: absolute;
background-color: white;
/* min-width: 160px; */
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 5px 5px;
z-index: 1s;
}
/* .conatiner-language:hover .lang-name{
display: block;
} */

/* language section sends */

Expand Down

0 comments on commit af0de2f

Please sign in to comment.