Skip to content

Commit 5a0a8d4

Browse files
committed
Add sidebar sizing fix
1 parent 2a14ba9 commit 5a0a8d4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Sidebar/Sidebar.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ const endSections = [
4444
---
4545

4646
<div class="Sidebar">
47-
<img class="Sidebar__logo" src="/logo2.png" alt="CCSS Logo" />
48-
<!-- <div class="Sidebar__title">Course Content Repository</div> -->
49-
5047
<div class="Sidebar__sections">
5148
<div>
49+
<img class="Sidebar__logo" src="/logo2.png" alt="CCSS Logo" />
5250
{
5351
sections.map((section) => (
5452
<a href={section.link}>

src/components/Sidebar/Sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
&__sections {
33-
height: 87%;
33+
height: 95%;
3434
display: flex;
3535
flex-direction: column;
3636
justify-content: space-between;

0 commit comments

Comments
 (0)