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

Remove fixed width from cards #64

Closed
Amorpheuz opened this issue Mar 25, 2020 · 0 comments
Closed

Remove fixed width from cards #64

Amorpheuz opened this issue Mar 25, 2020 · 0 comments

Comments

@Amorpheuz
Copy link
Collaborator

Amorpheuz commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
Cards have been allocated fixed sizes within the CSS file which shouldn't be done as it reduces their responsiveness.

Describe the solution you'd like
Make use of Card's Sizing Utilities under Bootstrap to size them. Preference should be given in the following order:

  1. Grid Markup
  2. Utilities
  3. Custom CSS (Only via rems not pixels)

Only switch to custom CSS if the two above don't fulfill the required need! I think the solution of Grid Cards should be the most optimal as it will also easily group up all the cards!

Additional context
More information can be found at Card Sizing, I recommend reading the full Cards page though.

arps18 added a commit that referenced this issue May 9, 2020
Have solved the issue #64.
@arps18 arps18 closed this as completed May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants