-
Notifications
You must be signed in to change notification settings - Fork 53
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
Home Page is not responsive #152
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
help wanted
Extra attention is needed
Lisbook
UI
Milestone
Comments
Ctoic
added
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
UI
Lisbook
labels
Dec 12, 2024
Hey I would love to make it responsive, can you assign this to me? |
Sure @imrehankhan go ahead |
if you need any guidence feel free to discuss in the discussion section. |
I have sent a pull request, please merge it if you loved my contribution.
…On Sat, 14 Dec 2024, 20:34 Najam Ali Abbas, ***@***.***> wrote:
Assigned #152 <#152> to
@imrehankhan <https://github.com/imrehankhan>.
—
Reply to this email directly, view it on GitHub
<#152 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBVOLLEIQRVFUNPXJIS4YBT2FRCHBAVCNFSM6AAAAABTPJVU3OVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGY2TONJRGM2DSMI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Ctoic
added a commit
that referenced
this issue
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](https://copilot-workspace.githubnext.com/Ctoic/Lisbook/issues/152?shareId=XXXX-XXXX-XXXX-XXXX).
Hey I would love to make it responsive, can you assign this to me? |
Go ahead @Siddesh0002T |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
help wanted
Extra attention is needed
Lisbook
UI
Description:
The home page is not responsive on various screen sizes, leading to layout issues. This affects the user experience, especially on mobile and tablet devices.
Steps to Reproduce:
Observed Behavior:
Some elements overlap or misalign.
The navigation menu is not optimized for smaller screens.
Content overflows on mobile devices.
Suggested Fix:
Implement a responsive design using media queries.
Optimize layout and ensure proper alignment of elements across all screen sizes.
Test responsiveness on devices with different resolutions.
Additional Context:
Screenshots of the layout issues on different devices can help in addressing this issue.
The text was updated successfully, but these errors were encountered: