Skip to content

Commit

Permalink
style formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 30, 2024
1 parent 66b4322 commit cea3d19
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 @@ -3,11 +3,11 @@ ul {
}

ul.horizontal {
box-sizing: border-box;
display: table;
margin: 0;
padding: 0;
box-sizing: border-box;
width: 100%;
padding: 0;
margin: 0;
}

ul.horizontal li {
Expand All @@ -16,9 +16,9 @@ ul.horizontal li {
}

ul.vertical li {
padding: 10px;
border-radius: 50%;
background-color: white;
padding: 10px;
margin-bottom: 10px;
box-shadow: 10px;
}
Expand All @@ -34,8 +34,8 @@ li:hover .fa-icon {

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

.fa-icon-position {
Expand Down

0 comments on commit cea3d19

Please sign in to comment.