html - can't see whole dropdown-menu on mobile -


i can't see whole menu because screen small, , have tried use code "overflow:scroll" think keep scroll page (one-pager) , not scrolling menu. http://19.pswebb.se/varbergstaxi/

at 40px font size, menu items pretty large. @ 20px menu items still readable, , fit on screens. like:

@media screen , (max-width: 700px) {    #mobil ul li {      line-height: 1.25;    }    #mobil {      font-size: 20px;      line-height: 2.25;    } } 

Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -