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

Inconsistencia con el width del row #2

Open
Andresdst opened this issue Jun 5, 2020 · 0 comments
Open

Inconsistencia con el width del row #2

Andresdst opened this issue Jun 5, 2020 · 0 comments

Comments

@Andresdst
Copy link

no se si trate del tamaño de mi monitor, pero la división para obtener la cantidad de elementos por fila no me funciona, por lo que tuve que hacer el width del .card con %

`.card {
background: white;
display: inline-block;
border-radius: 5px;
padding: 7px;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.19),
0px 2px 10px 0 rgba(0, 0, 0, 0.13); /derecha abajo difuminado color/

margin-top: 15px;
margin-right: 5px;
margin-left: 5px;

width: 18%;
height: 220px;
}`

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

1 participant