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
Hello @Adityamishra9719, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍
Give a brief about the bug discovered✍
Hi , @cleveranu ,i visited you site and observed that the Play button is not visible it .
This is due to incorrect css .
You can see it in below screen shot
What is the expected behavior?
It can be fixed and the expected behavior of this should be like below screen shot
Give a brief description to get the expect behaviour.
It can be correct by changing some css in
.container_card .card .content a homepage.css
some how like below css :-
.container_card .card .content a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
padding: 0.75rem 0rem;
margin-bottom: 43px;
background: #fff;
color: #000;
border-radius: 20px;
text-decoration: none;
font-weight: 500;
font-family: "Press Start 2P", cursive;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease;
}
Are you contributing for a program?
GSSoC2023
Code of Conduct
The text was updated successfully, but these errors were encountered: