File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ */
Original file line number Diff line number Diff line change @@ -138,4 +138,5 @@ copyright : KIR "Introduction to Git and Github" is licensed under a <a rel="noo
138138extra_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
You can’t perform that action at this time.
0 commit comments