mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 18:15:22 +02:00
better github thing
This commit is contained in:
parent
17fda94aff
commit
8d99d31696
2 changed files with 14 additions and 1 deletions
|
@ -33,6 +33,19 @@ p {
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.githubLink {
|
||||
z-index: 99;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.githubLink {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
div.modalTerminal a {
|
||||
color: rgb(253, 152, 209);
|
||||
font-weight: bold;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
</div>
|
||||
|
||||
<!-- lol inline styles -->
|
||||
<a href="https://github.com/pcottle/learnGitBranching" target="_blank" style="z-index: 99; position: fixed; top: 0; right: 0">
|
||||
<a class="githubLink" href="https://github.com/pcottle/learnGitBranching" target="_blank">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue