Skip to content

Commit 38f716e

Browse files
committed
a
1 parent c279723 commit 38f716e

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/.vitepress/theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:root {
55
--vp-font-family-base: 'Plus Jakarta Sans', sans-serif;
6-
word-spacing: 0.02em;
6+
word-spacing: 0.1em;
77
}
88

99
/* Custom style for Open PDF button */

docs/lectures/chapter-01.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,22 @@ outline: deep
2020
<button class="open-pdf-btn">
2121
Open Fullscreen
2222
</button>
23+
</a>
24+
25+
<br>
26+
<br>
27+
28+
## Additional Chapter 1 Lecture
29+
30+
<br>
31+
<br>
32+
33+
<iframe src="/Python-Programming-2/lectures/topic_1_functions.pdf" width="100%" height="400" allowfullscreen></iframe>
34+
35+
<br>
36+
37+
<a href="/Python-Programming-2/lectures/topic_1_functions.pdf" target="_blank" rel="noopener">
38+
<button class="open-pdf-btn">
39+
Open Fullscreen
40+
</button>
2341
</a>
463 KB
Binary file not shown.

0 commit comments

Comments
 (0)