Use absolute position in .github-icon

This commit is contained in:
Santiago Lo Coco 2022-02-13 23:45:27 -03:00
parent da50b91631
commit 6cef625941
1 changed files with 3 additions and 2 deletions

View File

@ -352,9 +352,10 @@ blockquote {
} }
.github-icon { .github-icon {
float: right;
z-index: 2; z-index: 2;
position: relative; position: absolute;
top: 17px;
right: 17px;
} }
// Publications // Publications