Skip to content

Commit d9cc104

Browse files
updates
1 parent e4613aa commit d9cc104

2 files changed

Lines changed: 22 additions & 7 deletions

File tree

website2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<li><a href="#">About</a></li>
6363
<li><a href="contributor.html">Team</a></li>
6464
<li><a href="#">Contact</a></li>
65-
<li>
65+
<li class="isDisplay">
6666
<a href="https://github.com/sponsors/mdazfar2">
6767
<button class="sponsor-btn">Sponsor <i id="heart" class="fas fa-heart"></i></button>
6868
</a> </li>

website2.0/styles.css

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
.nav-links{
1414
display: none !important;
1515
}
16-
.nav-actions{
17-
18-
display: none !important;
19-
}
16+
2017
.hamburger{
2118
display: block !important;
2219
}
@@ -31,6 +28,9 @@
3128

3229
}
3330
}
31+
.isDisplay{
32+
display: none;
33+
}
3434
.active{
3535
animation: animate forwards ease-in 0.2s;
3636
list-style: none;
@@ -50,25 +50,40 @@ text-decoration: none;
5050
gap: 10%;
5151
}
5252
}
53+
5354
@media only screen and (max-width:409px) {
55+
.isDisplay{
56+
display: block;
57+
}
58+
59+
.nav-actions{
5460

61+
display: none !important;
62+
}
5563

5664
.logo{
5765
width: 100px;
5866
}
67+
/* @keyframes animate {
68+
from{
69+
height: 0px;
70+
}to{
71+
height: 300px ;
72+
}
73+
} */
5974
}
6075
.nav-links1{
6176
height: 0px ;
6277
overflow: hidden;
6378
display: flex;
6479
flex-direction: column;
65-
80+
justify-content: space-around;
6681
}
6782
@keyframes animate {
6883
from{
6984
height: 0px;
7085
}to{
71-
height: 350px;
86+
height: 270px ;
7287
}
7388
}
7489
.hamburger{

0 commit comments

Comments
 (0)