0
Layout
The hamburger menu icon is going toward right too much. Why? https://code.sololearn.com/WNACqIr0a59v/?ref=app
4 odpowiedzi
+ 3
https://code.sololearn.com/WFADQBugXnjr/?ref=app
+ 2
If quick, that delete "float: right;"
@media screen and (max-width: 968px) {
.navbar .nav div{display: none;}
.icon{
display: block;
float: right;
animation-name: gowide;
animation-duration: 2s;
}
}
+ 2
Thanks but I solved it, actually the hidden nav's width was the problem.
+ 1
So how would I align it to right