Skip to content
Snippets Groups Projects
Commit 08fe1643 authored by Rodrigo Rosario Cruz's avatar Rodrigo Rosario Cruz
Browse files

last modify content inicio

parent a02d4a55
No related branches found
No related tags found
No related merge requests found
Pipeline #505059 passed
......@@ -457,8 +457,6 @@
bottom: 0;
left: 0;
z-index: 1;
overflow-x: hidden;
}
.content__mercurito-capibara {
......@@ -760,6 +758,7 @@
.content__products-oferts {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
......@@ -768,6 +767,7 @@
.content__products-oferts>img {
width: 40%;
max-width: 300px;
min-width: 250px;
}
.cards__products-oferts {
......@@ -780,6 +780,7 @@
}
.card__product-ofert {
min-width: 300px;
background-color: var(--color-white);
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment