correction containers mal placés
This commit is contained in:
parent
71c5e497a1
commit
da18bfbf0a
5 changed files with 11 additions and 26 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<section id="groupes" class="section-top section-bottom container">
|
||||
|
||||
<div class="container">
|
||||
<div>
|
||||
<h1 class="mb-4">Les groupes</h1>
|
||||
<INCLURE{fond=inclure/groupes_contenu,env,ajax}>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<BOUCLE_presentation(ARTICLES){grigri=presentation_accueil}{0,1}{! par date}>
|
||||
<div id="images-presentation" class="col-md">
|
||||
<div id="images-presentation" class="col-lg">
|
||||
[(#LOGO_SITE_SPIP|image_reduire{510,0})]
|
||||
<BOUCLE_image_pres(DOCUMENTS){id_article}{0,1}>
|
||||
<div class="image-encadree text-light">
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
</BOUCLE_image_pres>
|
||||
</div>
|
||||
<div id="texte-presentation" class="col-md">
|
||||
<div id="texte-presentation" class="col-lg">
|
||||
<div class="contenu text-dark #EDIT{texte}">
|
||||
#TEXTE
|
||||
</div>
|
||||
|
|
|
@ -155,13 +155,11 @@ body{
|
|||
background: $bg-mis-en-avant;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
.container{
|
||||
padding: 4rem 0;
|
||||
> div{
|
||||
.container > div{
|
||||
margin: 2px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#agenda{
|
||||
background: $fond-transparent;
|
||||
|
@ -186,10 +184,8 @@ body{
|
|||
// 3. SECTION A LA UNE
|
||||
|
||||
#a-la-une{
|
||||
background: $bg-a-la-une;
|
||||
.container{
|
||||
padding: 4rem 0;
|
||||
}
|
||||
background: $bg-a-la-une;
|
||||
h3{
|
||||
font-weight: 700;
|
||||
padding: 1rem;
|
||||
|
@ -230,9 +226,7 @@ body{
|
|||
// 4. SECTION NOUS CONTACTER
|
||||
#nous-contacter{
|
||||
background: $bg-nous-contacter;
|
||||
.container{
|
||||
padding: 4rem 0 3rem 0;
|
||||
}
|
||||
h3{
|
||||
color: $light;
|
||||
font-weight: 700;
|
||||
|
|
|
@ -12040,9 +12040,6 @@ body {
|
|||
background: url("../images/delaunay_brut.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#mis-en-avant .container {
|
||||
padding: 4rem 0;
|
||||
}
|
||||
|
||||
|
@ -12076,11 +12073,8 @@ body {
|
|||
}
|
||||
|
||||
#a-la-une {
|
||||
background: url("../images/fond-une-jaune.jpg");
|
||||
}
|
||||
|
||||
#a-la-une .container {
|
||||
padding: 4rem 0;
|
||||
background: url("../images/fond-une-jaune.jpg");
|
||||
}
|
||||
|
||||
#a-la-une h3 {
|
||||
|
@ -12128,9 +12122,6 @@ body {
|
|||
|
||||
#nous-contacter {
|
||||
background: url("../images/Fond-contact-bleuvert.jpg");
|
||||
}
|
||||
|
||||
#nous-contacter .container {
|
||||
padding: 4rem 0 3rem 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
</div>
|
||||
</BOUCLE_villes>
|
||||
<div class="container">Il n'y a pas encore de groupe dans ce pays.</div>
|
||||
<div class="col">Il n'y a pas encore de groupe dans ce pays.</div>
|
||||
<//B_villes>
|
||||
</div>
|
||||
|
||||
|
@ -29,6 +29,6 @@
|
|||
<INCLURE{fond=inclure/bloc_article, env, id_article}/>
|
||||
</div>
|
||||
</BOUCLE_a_la_une>
|
||||
<div class="container">Il n'y a pas encore d'article dans ce pays.</div>
|
||||
<div class="col">Il n'y a pas encore d'article dans ce pays.</div>
|
||||
<//B_a_la_une>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue