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

[FIX]: Block Tiles Size #164

Closed
dsousa12 opened this issue May 12, 2022 · 0 comments · Fixed by #169
Closed

[FIX]: Block Tiles Size #164

dsousa12 opened this issue May 12, 2022 · 0 comments · Fixed by #169
Assignees
Labels
Milestone

Comments

@dsousa12
Copy link
Contributor

Summary

Feedback received:

"I know in the design it is not completely clear on how to place these tiles properly. Here a suggestion:
Could we make that the tiles grow with the page? That they always have lets say 24px spacing in between.
You could make the black background only as a color not an image, and use the color "blob" as image and position it relative to the black box then in top-right, bottom, right corner..."

Suggestions to fix

  1. Use display: grid instead display: flex on container;
    • Why? because with display: grid you can set the ammount of columns you need (for example: grid-template-columns: repeat(3, 1fr) - this will do 3 columns with the same size).
  2. Use only the blob as svg, and create the card manually.
    • Position manually the blob using position: absolute.

User story it relates to

#118

Basic example

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant