You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey i just wanted to know that https://jolly-dijkstra-1ee6c8.netlify.app/homepage
has already implemented the responsiveness inside the website. So do you want me to improve upon this site, or do you want me to improve upon the original site. I can improve upon the netlify app site by trying to making the navbar responsive because the hamburger icon is not clickable, it opens automatically while resizing to mobile size and doesnot crawl up
Add responsive design media queries for the website. For reference check out https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Example: :
<style> body { background-color: lightgreen; } @media only screen and (max-width: 600px) { body { background-color: lightblue; } } </style>Note : You do not need to be assigned this issue. You can directly submit a PR.
The text was updated successfully, but these errors were encountered: