FIX : Espaces dans num téléphone + centrage linkedin
This commit is contained in:
31
style-min.css
vendored
31
style-min.css
vendored
@@ -186,7 +186,6 @@ body {
|
||||
text-align: justify
|
||||
}
|
||||
|
||||
.footer-center,
|
||||
.section-contact,
|
||||
a h3,
|
||||
h1,
|
||||
@@ -194,11 +193,31 @@ h2 {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.footer-center,
|
||||
.specialiste {
|
||||
flex-grow: 1
|
||||
}
|
||||
.footer-main {
|
||||
display: flex;
|
||||
justify-content: space-between; /* centre gauche/droite */
|
||||
align-items: center;
|
||||
flex-wrap: wrap; /* pour mobile */
|
||||
}
|
||||
|
||||
.footer-center {
|
||||
flex: 1;
|
||||
text-align: center; /* centre le contenu */
|
||||
}
|
||||
|
||||
.footer-center p {
|
||||
display: inline-flex; /* contenu centré en ligne */
|
||||
align-items: center;
|
||||
gap: 6px; /* petit espace entre texte et logo */
|
||||
}
|
||||
|
||||
.footer-center p a img {
|
||||
position: relative;
|
||||
top: 1px; /* léger ajustement vertical si besoin */
|
||||
}
|
||||
.specialiste img {
|
||||
padding: 2rem;
|
||||
width: 100px;
|
||||
@@ -246,8 +265,7 @@ h2 {
|
||||
.btn-phone {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
font-size: 1rem;
|
||||
font-size:0.9rem;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-weight: 700;
|
||||
@@ -256,9 +274,10 @@ h2 {
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 6px;
|
||||
background-position-x: 6px;
|
||||
background-size: 40px 40px;
|
||||
background-size: 30px 35px;
|
||||
padding: .8rem 1rem .8rem 3rem;
|
||||
background-color: #b00f2e
|
||||
background-color: #b00f2e;
|
||||
width : 5.9rem;
|
||||
}
|
||||
|
||||
#menuXL,
|
||||
|
||||
Reference in New Issue
Block a user