Skip to content

Commit

Permalink
Meilleure lisibilité de l'écran d'accueil (margin supprimées)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emy2024 committed Jun 24, 2024
1 parent 1e70f69 commit f69b19e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ main h1{
font-weight: 600;
font-size: 48px;
color: #221B1B;
margin: 0em;
}

main h2{
Expand All @@ -144,12 +145,14 @@ main p{
font-weight: 400;
font-size: 16px;
line-height: 3em;
margin: 0em;
}



.pourquoiSimplon ul{
flex-direction: column;
margin: 0em;
}

.pourquoiSimplon li{
Expand All @@ -158,13 +161,19 @@ main p{
font-size: 16px;
line-height: 1.7em;
padding-top: 0.5em;
margin: 0em;
}


.competences{
padding-top: 1em;
}

.competences ul{
margin: 0em;
padding-bottom: 1em;
}

.competences li{
display: inline-block;
flex-direction: column;
Expand Down Expand Up @@ -212,6 +221,7 @@ footer p{
margin-bottom: 0em;
font-weight: 400;
line-height: 3em;
margin: 0em;
}

footer p a{
Expand Down

0 comments on commit f69b19e

Please sign in to comment.