Skip to content

Commit 96352f4

Browse files
committed
fix: Correct two formatting mistakes that broke slide height in slides/weektwo/index.qmd.
1 parent 0882e33 commit 96352f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/weektwo/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ cd exam
688688
ls -alg
689689
```
690690

691-
::: {.fragment .fade-up style="margin-top: -0.1em; font-size: 0.85em;"}
691+
::: {.fragment .fade-up style="margin-top: -0.1em; font-size: 0.825em;"}
692692

693693
- **Important**: All skill-check work happens in the `exam/` directory
694694
- You should see files and directories like these: `questions/`, `tests/`,
@@ -724,7 +724,7 @@ uvx gatorgrade
724724

725725
## Step 3: Complete programming tasks
726726

727-
::: {.incremental .fade-right style="margin-top: -0.1em; font-size: 0.9em;"}
727+
::: {.incremental .fade-right style="margin-top: -0.1em; font-size: 0.85em;"}
728728

729729
- **Open files** in the `questions/` directory (e.g., `question_one.py`)
730730
- **Find `TODO` markers** that indicate where to add code

0 commit comments

Comments
 (0)