334c1d2f00
Ajoute des changements effectués en prod sans passer par le git
22 lines
191 B
CSS
22 lines
191 B
CSS
h2
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
header
|
|
{
|
|
display: inline-block;
|
|
text-align: right;
|
|
}
|
|
|
|
header ul
|
|
{
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
header li
|
|
{
|
|
margin-right: 15px;
|
|
display: inline-block;
|
|
}
|