File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 88 < meta http-equiv ="Expires " content ="0 ">
99 < meta name ="theme-color " content ="#000000 ">
1010 < title > GitHub Copilot 教學專案</ title >
11- < link rel ="stylesheet " href ="style.css?v=20250603002 ">
11+ < link rel ="stylesheet " href ="style.css?v=20250603003 ">
1212 < script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js "> </ script >
1313 < script src ="https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js "> </ script >
1414</ head >
@@ -352,6 +352,6 @@ <h3 style="font-size: 1.25rem; font-weight: 600; color: #1d1d1f; margin-bottom:
352352 </ div >
353353 </ div >
354354
355- < script src ="script.js?v=20250603002 "> </ script >
355+ < script src ="script.js?v=20250603003 "> </ script >
356356</ body >
357357</ html >
Original file line number Diff line number Diff line change @@ -661,10 +661,12 @@ body {
661661
662662.markdown-close {
663663 position : sticky;
664- top : 20 px ;
664+ top : 10 px ;
665665 float : right;
666666 margin-left : 20px ;
667667 margin-bottom : 20px ;
668+ margin-top : -10px ;
669+ margin-right : -10px ;
668670 width : 36px ;
669671 height : 36px ;
670672 cursor : pointer;
@@ -718,8 +720,9 @@ body {
718720
719721@media (max-width : 768px ) {
720722 .markdown-close {
721- top : 20px ;
722- right : 15px ;
723+ top : 5px ;
724+ margin-right : -5px ;
725+ margin-top : -5px ;
723726 width : 32px ;
724727 height : 32px ;
725728 border-radius : 16px ;
You can’t perform that action at this time.
0 commit comments