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

modeified css for role choose card #716

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/styles/cards.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@
}

.card {
padding: 20px 10px;
padding: 20px 20px;
width: 90%;
align-items: normal;
Comment on lines 216 to +219
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why .card has been changed?
If somewhere else this class has been used it will break the UI there as it is general class which I told you I guess

}

.card__title,
Expand Down
2 changes: 1 addition & 1 deletion app/styles/live-roles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

@media screen and (max-width: 425px) {
.live__roles > .btn {
width: 11rem;
width: 100%;
}
}
Loading