Skip to content

Commit

Permalink
Fix Share button position
Browse files Browse the repository at this point in the history
  • Loading branch information
vallieres13 committed Jun 2, 2024
1 parent f9fa3ef commit de06190
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ header {
color: #969696;
font-size: 15px;
display: inline-block;
margin-right: 1.25rem;
margin-right: 1rem;

a {
color: inherit;
Expand Down Expand Up @@ -652,7 +652,7 @@ header {

li {
margin-right: 0;
margin-left: 1.25rem;
margin-left: 1rem;

img {
vertical-align: -.5rem;
Expand Down Expand Up @@ -1239,7 +1239,7 @@ header {
color: #969696;
font-size: 15px;
display: inline-block;
margin-right: 1.25rem;
margin-right: 1rem;

a {
color: inherit;
Expand Down Expand Up @@ -1269,7 +1269,7 @@ header {

li {
margin-right: 0;
margin-left: 1.25rem;
margin-left: 1rem;

img {
vertical-align: -.5rem;
Expand Down Expand Up @@ -1515,7 +1515,7 @@ header {
color: #969696;
font-size: 15px;
display: inline-block;
margin-right: 1.25rem;
margin-right: 1rem;
position: relative;

a {
Expand Down Expand Up @@ -1603,7 +1603,7 @@ header {

li {
margin-right: 0;
margin-left: 1.25rem;
margin-left: 1rem;

img {
vertical-align: -.5rem;
Expand Down

0 comments on commit de06190

Please sign in to comment.