Victor Lacasse-Beaudoin
7d4a747774
Déplacer public/ et templates/ vers ui/ et ui/public/ Bump projet à v3, API toujours v1
42 lines
No EOL
650 B
CSS
42 lines
No EOL
650 B
CSS
.indexAbout {
|
|
font-family: "Poppins";
|
|
font-weight: 400;
|
|
/*regular*/
|
|
font-size: 1rem;
|
|
/*16px*/
|
|
color: #000;
|
|
/*Bleu AGECEM*/
|
|
line-height: 150%;
|
|
}
|
|
|
|
.indexContactContent {
|
|
padding: 10px;
|
|
}
|
|
|
|
.indexContactInfo {
|
|
font-family: "Poppins";
|
|
font-weight: 400;
|
|
/*regular*/
|
|
font-size: 1rem;
|
|
/*16px*/
|
|
color: #000;
|
|
/*Bleu AGECEM*/
|
|
line-height: 175%;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.iconLink {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
|
|
.indexContactSocials {
|
|
display: grid;
|
|
column-gap: 10px;
|
|
grid-template-columns: repeat(auto-fit, 50px);
|
|
}
|
|
|
|
.indexContactSocial {
|
|
height: 50px;
|
|
width: 50px;
|
|
} |