Skip to content

Commit d387967

Browse files
committed
fix: Remove more duplicate width specifications that were causing warnings in slides/github-workflow/index.qmd.
1 parent d51f552 commit d387967

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
@@ -102,7 +102,7 @@ students and instructors
102102

103103
:::: {.columns}
104104

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

107107
### {{< iconify material-symbols:check-rounded >}} **Setup Repositories**
108108
- Write full solution with tests
@@ -111,7 +111,7 @@ students and instructors
111111

112112
:::
113113

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

116116
### {{< iconify material-symbols:check-rounded >}} **Setup GitHub Classroom**
117117

0 commit comments

Comments
 (0)