File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 88 type : grid
99---
1010
11- [ View a flowchart of all STEMcoding activities here.] ( flowchart.q1 )
11+ [ View a flowchart of all STEMcoding activities here.] ( flowchart.qmd )
1212
1313<div class =" cc-license-badge " >
1414 <a href =" https://creativecommons.org/licenses/by-nc/4.0/ " target =" _blank " >
@@ -33,7 +33,14 @@ listing:
3333}
3434.cc-license-badge img {
3535 display : block ;
36- // width : 88px ;
36+ /* width: 88px; */
3737 height : 80px ;
3838}
39+
40+ @media (max-width : 1024px ) {
41+ .cc-license-badge {
42+ display : none ;
43+ }
44+ }
45+
3946</style >
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ <h1 class="title">Activities</h1>
220220</ header >
221221
222222
223- < p > < a href ="flowchart.q1 "> View a flowchart of all STEMcoding activities here.</ a > </ p >
223+ < p > < a href ="./ flowchart.html "> View a flowchart of all STEMcoding activities here.</ a > </ p >
224224< div class ="cc-license-badge ">
225225< p > < a href ="https://creativecommons.org/licenses/by-nc/4.0/ " target ="_blank "> < img src ="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc.png " alt ="CC BY-NC License "> </ a > </ p >
226226</ div >
@@ -241,9 +241,16 @@ <h1 class="title">Activities</h1>
241241}
242242.cc-license-badge img {
243243 display : block;
244- // width: 88px;
244+ /* width: 88px; */
245245 height : 80px ;
246246}
247+
248+ @media (max-width : 1024px ) {
249+ .cc-license-badge {
250+ display : none;
251+ }
252+ }
253+
247254</ style >
248255
249256
You can’t perform that action at this time.
0 commit comments