commenter quelques styles pour liste services

This commit is contained in:
chankalan 2022-02-02 11:52:48 +01:00
parent 28587e5512
commit c317305933
1 changed files with 4 additions and 4 deletions

View File

@ -296,12 +296,12 @@ articles div {
}
.presentation article + article .spip_out, .bouton-utilise {
/* ------- positionnement */
display: block;
/* display: block;
max-width: 180px;
min-width: 100px;
margin-top: 0.7rem;
margin-top: 0.7rem;*/
/* ------- mise en forme */
text-align: center;
/* text-align: center;
color: #fff;
font-size: 12px;
text-transform: uppercase;
@ -310,7 +310,7 @@ articles div {
background-color: #2e5281;
box-shadow: 0 0 5px 0px rgba(0,81,132,0.5);
border-radius: 7px;
padding: 0.7rem 1rem;
padding: 0.7rem 1rem;*/
}
.presentation article + article .spip_out:hover, .bouton-utilise:hover{
color:#fff;