Closed
Description
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