Skip to content

Commit

Permalink
Fix the mobile view 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 2b16183 commit cc4ae48
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,19 +368,22 @@ h1, h2, .section h3 {
}
.repo-name{
display: inline-block;
width: 41%;
}
.lang-name{
display: none;
/* display: flex; */
border-radius: 10px;
margin-left: 20%;
position: absolute;
background-color: white;
min-width: 160px;
/* 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{
/* .conatiner-language:hover .lang-name{
display: block;
}
} */

/* language section sends */

Expand Down

0 comments on commit cc4ae48

Please sign in to comment.