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: Power section UI on mobile improvement #383

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Conversation

mrv777
Copy link
Contributor

@mrv777 mrv777 commented Oct 7, 2024

Title: Update Power section column layout for improved responsiveness

Description:

The Power section in the home component currently uses a fixed column layout that may not be optimal for all screen sizes. We need to update the column classes to improve responsiveness and maintain consistency with other sections.

Current behavior:

The Power section uses <div class="col-4"> for its column layout.

Desired behavior:

Update the Power section to use <div class="col-6 sm:col-4"> for improved responsiveness on small screens

@skot
Copy link
Owner

skot commented Oct 8, 2024

beautiful!

@skot skot changed the title fix: Power section on mobile improvement fix: Power section UI on mobile improvement Oct 8, 2024
@skot skot merged commit 3636d2b into skot:master Oct 8, 2024
1 check passed
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.

2 participants