fix size (and debug colours)
This commit is contained in:
parent
44755c81bc
commit
2177dac6df
1 changed files with 11 additions and 7 deletions
18
index.html
18
index.html
|
@ -31,6 +31,10 @@
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -65,7 +69,7 @@
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
@ -76,7 +80,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="py-5">
|
<div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="py-lg-5">
|
<div class="py-lg-5">
|
||||||
<h1 class="padding-bottom">Nous</h1>
|
<h1 class="padding-bottom">Nous</h1>
|
||||||
|
@ -114,9 +118,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="py-5 bg-light">
|
<div class="py-5 bg-primary">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row flex-lg-row align-items-start g-5 py-5">
|
<div class="row flex-lg-row align-items-start g-5">
|
||||||
<h1>Notre travail</h1>
|
<h1>Notre travail</h1>
|
||||||
<div class="col-lg-3 text-center">
|
<div class="col-lg-3 text-center">
|
||||||
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"></rect><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
|
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"></rect><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
|
||||||
|
@ -154,7 +158,7 @@
|
||||||
|
|
||||||
<div class="py-5">
|
<div class="py-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row flex-lg-row align-items-start g-5 py-5">
|
<div class="row flex-lg-row align-items-start g-5">
|
||||||
<h1>Besoin d'aide</h1>
|
<h1>Besoin d'aide</h1>
|
||||||
<div class="col-lg-3 text-center">
|
<div class="col-lg-3 text-center">
|
||||||
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"></rect><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
|
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"></rect><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
|
||||||
|
@ -190,7 +194,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="py-5 bg-light">
|
<div class="bg-primary">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="py-lg-5">
|
<div class="py-lg-5">
|
||||||
<h1 class="padding-bottom">Envie de participer</h1>
|
<h1 class="padding-bottom">Envie de participer</h1>
|
||||||
|
@ -228,7 +232,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="py-5">
|
<div class="">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row flex-lg-row g-5 py-5">
|
<div class="row flex-lg-row g-5 py-5">
|
||||||
<h1>Nos partenaires</h1>
|
<h1>Nos partenaires</h1>
|
||||||
|
|
Loading…
Reference in a new issue