File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h1 class="site-name">{{ site.name }}</h1>
47
47
</ center > </ p >
48
48
</ div >
49
49
</ div >
50
- < a href ="https://github.com/AustinHackers/austinhackers.github.io "> < img decoding ="async " loading ="lazy " width ="149 " height ="149 " src ="https://github.blog/wp-content/uploads/2008/12/forkme_right_green_007200.png?resize=149%2C149 " class ="attachment-full size-full " alt ="Fork me on GitHub " data-recalc-dims ="1 " style ="position: absolute; top: 0; right: 0; border: 0; "> </ a >
50
+ < a href ="https://github.com/AustinHackers/austinhackers.github.io " class =" fork-me-banner " > < img decoding ="async " loading ="lazy " width ="149 " height ="149 " src ="https://github.blog/wp-content/uploads/2008/12/forkme_right_green_007200.png?resize=149%2C149 " class ="attachment-full size-full " alt ="Fork me on GitHub " data-recalc-dims ="1 " style ="position: absolute; top: 0; right: 0; border: 0; "> </ a >
51
51
</ div >
52
52
{% include text-expand.html %}
53
53
</ body >
Original file line number Diff line number Diff line change @@ -292,3 +292,8 @@ table tr:nth-child(even) {
292
292
background-color : # f9f9f9 ;
293
293
}
294
294
295
+ @media screen and (max-width : 825px ) {
296
+ .fork-me-banner {
297
+ display : none;
298
+ }
299
+ }
You can’t perform that action at this time.
0 commit comments