home container cards
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
4ff06a3adc
commit
36a7262c83
5 changed files with 27 additions and 7 deletions
|
|
@ -1604,6 +1604,16 @@ body main {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#home__investigations .container-cards {
|
||||
max-width: var(--max-w-container);
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
|
||||
grid-auto-rows: minmax(100px, auto);
|
||||
grid-gap: calc(var(--padding-body) * 1.5);
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
|
||||
#home__description .section--inner {
|
||||
max-width: var(--max-w-container);
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -10,6 +10,19 @@
|
|||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#home__investigations{
|
||||
.container-cards{
|
||||
max-width: var(--max-w-container);
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
|
||||
grid-auto-rows: minmax(100px, auto);
|
||||
grid-gap: calc(var(--padding-body)*1.5);
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
}
|
||||
#home__description{
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,11 +14,6 @@
|
|||
grid-gap: calc(var(--padding-body)*1.5);
|
||||
margin-bottom: 10vh;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@media #{$x-small}{
|
||||
margin-bottom: 10vh;
|
||||
|
|
|
|||
|
|
@ -15,10 +15,12 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section--home" id="home__inverstigations">
|
||||
<section class="section--home" id="home__investigations">
|
||||
<div class="section--inner">
|
||||
<h2 class="title-section">Dernières Enquêtes</h2>
|
||||
|
||||
<section class="container-cards">
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue