Skip to content

Commit cdcb18a

Browse files
2 parents a8c5808 + e731ec9 commit cdcb18a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
4. [Git Concepts, Data Model and Commands](./4.git_model_commands.md)
2020
5. [From Local Collaborative - Introduction to Github](./5.from_git_to_github.md)
2121
6. [Resolving Merge Conflicts](6.conflicts.md)
22+
7. [Learn about Licensing](./7.licensing.md)
23+
8. [Git Quiz](./8.git_quiz.md)
2224

2325

2426

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Adjust the overall grid spacing */
2+
/*
3+
.md-grid {
4+
max-width: 9rem; /* Remove max-width constraint if needed */
5+
}
6+
*/
7+
8+
9+
/*
10+
Add padding to the content wrapper
11+
.md-content__inner {
12+
padding-left: 10rem;
13+
padding-right: 2rem;
14+
}
15+
*/

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ copyright : KIR "Introduction to Git and Github" is licensed under a <a rel="noo
138138
extra_css:
139139
- stylesheets/extra.css
140140
- stylesheets/catalogue-return-button.css
141-
- stylesheets/side_bar_menu.css
141+
- stylesheets/side_bar_menu.css
142+
- stylesheets/adjust_grid_gaps.css

0 commit comments

Comments
 (0)