You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: