Skip to content

Commit

Permalink
format css
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 30, 2024
1 parent 54f6d58 commit adeac13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SocialSharing.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ul.horizontal li {
}

ul.vertical li {
background-color: white;
border-radius: 50%;
box-shadow: 10px;
margin-bottom: 10px;
background-color: white;
padding: 10px;
margin-bottom: 10px;
box-shadow: 10px;
}

li:hover .fa-icon {
Expand All @@ -33,15 +33,15 @@ li:hover .fa-icon {
}

.icon-container {
max-width: 400px;
position: relative;
max-width: 400px;
width: 100%;
}

.fa-icon-position {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
top: 50%;
transform: translate(-50%, -50%);
}

0 comments on commit adeac13

Please sign in to comment.