Ajout de CSS et changement de classes index.gohtml
This commit is contained in:
parent
f5e93f572b
commit
70b0b44f9c
2 changed files with 45 additions and 6 deletions
|
@ -0,0 +1,39 @@
|
|||
.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 {}
|
Loading…
Add table
Add a link
Reference in a new issue