Skip to content

Commit

Permalink
added new padding value on social media id
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlon13 committed Jun 27, 2024
1 parent a8db384 commit c71015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ footer ul {
/* added social-media icons on the sign up page.*/
#social-media{
text-align: center;
padding: 15px 0 ;
padding: 5px 5px 5px 5px;
display: flex;
justify-content: space-around;
list-style-type: none;
font-size: 2em;
font-size: 15px;
}


Expand Down

0 comments on commit c71015d

Please sign in to comment.