Skip to content
Snippets Groups Projects
Commit fc6821e5 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

match with template

parent 7d503bf0
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@
.carrousselVitrine .item {
width: 100%;
height: 200px;
height: 536px;
margin-right: 10px;
background: #8C8;
background: var(--mainColor);
counter-increment: item;
}
......@@ -24,7 +24,7 @@
display: block;
text-align: center;
content: counter(item);
line-height: 200px;
line-height: 536px;
font-size: 80px;
color: white;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment