[AJ] Centrer les éléments sur la page
This commit is contained in:
parent
4bbda2f207
commit
c4930649eb
@ -90,6 +90,11 @@ left: 2%;
|
|||||||
min-height: 10em;
|
min-height: 10em;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corps ul.ensemble_element li {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ÉLÉMENT */
|
/* ÉLÉMENT */
|
||||||
|
@ -90,6 +90,11 @@ left: 2%;
|
|||||||
min-height: 10em;
|
min-height: 10em;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#corps ul.ensemble_element li {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ÉLÉMENT */
|
/* ÉLÉMENT */
|
||||||
|
Loading…
Reference in New Issue
Block a user