We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a14ba9 commit 5a0a8d4Copy full SHA for 5a0a8d4
src/components/Sidebar/Sidebar.astro
@@ -44,11 +44,9 @@ const endSections = [
44
---
45
46
<div class="Sidebar">
47
- <img class="Sidebar__logo" src="/logo2.png" alt="CCSS Logo" />
48
- <!-- <div class="Sidebar__title">Course Content Repository</div> -->
49
-
50
<div class="Sidebar__sections">
51
<div>
+ <img class="Sidebar__logo" src="/logo2.png" alt="CCSS Logo" />
52
{
53
sections.map((section) => (
54
<a href={section.link}>
src/components/Sidebar/Sidebar.scss
@@ -30,7 +30,7 @@
30
}
31
32
&__sections {
33
- height: 87%;
+ height: 95%;
34
display: flex;
35
flex-direction: column;
36
justify-content: space-between;
0 commit comments