Skip to content

Commit

Permalink
positioning of custom social icons fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 30, 2021
1 parent 67b669a commit 0c5b46b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,10 @@ li.pingback {
}

.social-media-icons {
display: -webkit-box;
display: flex;
list-style: none;
margin: 2.25em 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
Expand Down Expand Up @@ -809,7 +810,6 @@ li.pingback {
}

.social-media-icons {
display: inline-block;
float: left;
margin: 0;
-webkit-transition: all 0.1s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
margin: 0;
}
.social-media-icons {
display: flex;
list-style: none;
margin: $baseline-height * 1.5 0;
display: flex;
Expand Down Expand Up @@ -77,7 +78,6 @@
line-height: 1.297; /* 48px */
}
.social-media-icons {
display: inline-block;
float: right;
margin: 0;
transition: all 0.1s ease-in-out;
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,10 @@ li.pingback {
}

.social-media-icons {
display: -webkit-box;
display: flex;
list-style: none;
margin: 2.25em 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
Expand Down Expand Up @@ -809,7 +810,6 @@ li.pingback {
}

.social-media-icons {
display: inline-block;
float: right;
margin: 0;
-webkit-transition: all 0.1s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 0c5b46b

Please sign in to comment.