Skip to content

Commit e3d10f3

Browse files
committed
hide CC logo if user is on a phone or iPad, fix another typo
1 parent 24e6da1 commit e3d10f3

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

activities.qmd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ listing:
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>

docs/activities.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)