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

Bug: In Smaller Screens A Weird Black Color Appears When is light mode #1

Open
Parsa307 opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Parsa307
Copy link
Owner

Parsa307 commented Feb 6, 2025

The issue happens:
When the screen is small which would be fixed in the future hopefully

The Fix for now:
Removing padding from .project-card
It should look like this but it makes it horrible
.project-card {
background: var(--card-color);
border-radius: 0.9375rem;
transition: transform 0.3s ease, background 0.3s ease;
cursor: pointer;
}

I would make an detection for smaller screens in the future or figure it a other method

@Parsa307 Parsa307 added bug Something isn't working enhancement New feature or request labels Feb 6, 2025
@Parsa307 Parsa307 self-assigned this Feb 6, 2025
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
Projects
None yet
Development

No branches or pull requests

1 participant