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

Fix responsive design issues on home page #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ctoic
Copy link
Owner

@Ctoic Ctoic commented Dec 23, 2024

Fixes #152

Make the home page responsive to various screen sizes.

  • index.html

    • Add meta viewport tag for responsive design.
    • Update navigation menu to be responsive using media queries.
    • Adjust content layout to prevent overflow on mobile devices.
  • style.css

    • Add media queries for different screen sizes.
    • Adjust styles for navigation menu to be responsive.
    • Ensure proper alignment of elements across all screen sizes.

For more details, open the Copilot Workspace session.

Fixes #152

Make the home page responsive to various screen sizes.

* **index.html**
  - Add meta viewport tag for responsive design.
  - Update navigation menu to be responsive using media queries.
  - Adjust content layout to prevent overflow on mobile devices.

* **style.css**
  - Add media queries for different screen sizes.
  - Adjust styles for navigation menu to be responsive.
  - Ensure proper alignment of elements across all screen sizes.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ctoic/Lisbook/issues/152?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

netlify bot commented Dec 23, 2024

Deploy Preview for lisbook ready!

Name Link
🔨 Latest commit 2c8d932
🔍 Latest deploy log https://app.netlify.com/sites/lisbook/deploys/676911254f490a00087ec601
😎 Deploy Preview https://deploy-preview-155--lisbook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Home Page is not responsive
1 participant