Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make responsive designs for the website #1

Open
i-aayush711 opened this issue Oct 8, 2020 · 4 comments
Open

Make responsive designs for the website #1

i-aayush711 opened this issue Oct 8, 2020 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers IOSD

Comments

@i-aayush711
Copy link
Collaborator

i-aayush711 commented Oct 8, 2020

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.

@i-aayush711 i-aayush711 added enhancement New feature or request good first issue Good for newcomers IOSD labels Oct 8, 2020
@rithSubhro
Copy link

Hi, may i work on this issue?

@vishal123262
Copy link
Collaborator

work on this issue

@rithSubhro
Copy link

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
Screenshot (164)

@rithSubhro rithSubhro removed their assignment Oct 19, 2020
@vishal123262
Copy link
Collaborator

yes go for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers IOSD
Projects
None yet
Development

No branches or pull requests

3 participants