πHow do I make navigation links responsive?
@media screen and (max-width: 600px)
{ .topnav a:not(:first-child)
{display: none;}
.topnav a.icon
{ float: right; display: block; } }Last updated
@media screen and (max-width: 600px)
{ .topnav a:not(:first-child)
{display: none;}
.topnav a.icon
{ float: right; display: block; } }Last updated