File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 }
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 : 350 px ;
86+ height : 270 px ;
7287 }
7388}
7489.hamburger {
You can’t perform that action at this time.
0 commit comments