diff --git a/index.html b/index.html index 6340e57..f850c9b 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@

Udayan Sharma

Olatunji-Aresa Ariyo

HTML - CSs + CSS JavaScript
diff --git a/style.css b/style.css index 7331db1..416a5e6 100644 --- a/style.css +++ b/style.css @@ -70,6 +70,11 @@ h1 { .skills { margin-bottom: 10px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + row-gap: 7px; } .skill { @@ -82,7 +87,10 @@ h1 { } .social { - margin-top: 10px; + margin-top: 13px; + display: flex; + flex-direction: row; + justify-content: center; } .social a {