fork me on github
This commit is contained in:
parent
38cf2c615a
commit
e19d616401
@ -1,15 +1,20 @@
|
||||
<template>
|
||||
<a href="https://github.com/egor3f/rssalchemy" target="_blank">
|
||||
<a href="https://github.com/egor3f/rssalchemy" target="_blank" id="forkme">
|
||||
<img decoding="async" width="149" height="149"
|
||||
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_gray_6d6d6d.png"
|
||||
class="attachment-full size-full" alt="Fork me on GitHub" loading="lazy">
|
||||
alt="Fork me on GitHub" loading="lazy">
|
||||
</a>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.attachment-full {
|
||||
#forkme {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
display: none;
|
||||
@media screen and (min-width: 1000px) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user