Skip to content

Commit

Permalink
minor: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Dec 26, 2023
1 parent 09b9c17 commit ffe3685
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/dev-onboarding/learn/rootskillview.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tocData:


<div class="video-container">
<iframe src="https://www.youtube.com/embed/hB1cIRfpjyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://youtu.be/SiUckNpPLag?si=kqjULfkNZGF3iBME" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

# Chapter 1
Expand Down
2 changes: 1 addition & 1 deletion src/pages/getting-started/building-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: Building an App
</style>

<div class="video-container">
<iframe src="https://www.youtube.com/embed/hB1cIRfpjyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://youtu.be/SiUckNpPLag?si=kqjULfkNZGF3iBME" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

# Building a Document-Based App with Spruce
Expand Down
13 changes: 9 additions & 4 deletions src/scss/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,17 @@
display: block;
}
}

// Additional styling specific to grandchild level
ul.nav-child-level {
a {
font-size: 1.0em;
font-weight: bold;
}
}
ul.nav-grandchild-level {
a {
padding-left: 24px; // Increase left padding for grandchild links
font-size: 0.9em; // Optional: Adjust font size for grandchild links
padding-left: 24px;
font-size: 0.9em;
font-weight: normal;
}
}
}
Expand Down

0 comments on commit ffe3685

Please sign in to comment.