Skip to content

Commit d51f552

Browse files
committed
fix: Correct a duplicate width defect in the slides/github-workflow/index.qmd file.
1 parent c49c7cd commit d51f552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/github-workflow/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ students and instructors
125125

126126
:::: {.columns}
127127

128-
::: {.column width="50%" style="font-size: 0.8em;"}
128+
::: {.column style="font-size: 0.8em;"}
129129

130130
### {{< iconify material-symbols:check-rounded >}} **Feedback & Assessment**
131131
- Track progress via GitHub insights
@@ -134,7 +134,7 @@ students and instructors
134134

135135
:::
136136

137-
::: {.column width="50%" style="font-size: 0.8em;"}
137+
::: {.column style="font-size: 0.8em;"}
138138

139139
### {{< iconify material-symbols:check-rounded >}} **Monitor Progress**
140140
- Automated test results (✅/❌)

0 commit comments

Comments
 (0)