Skip to content

Commit c46447d

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Vinura Pathirana <154809219+VinuraPathirana@users.noreply.github.com>
1 parent 9811bcd commit c46447d

File tree

8 files changed

+6
-8
lines changed

8 files changed

+6
-8
lines changed

site/assets/scss/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
}
226226

227227
.side-bar {
228-
height: 100vh;
228+
height: auto;
229229
width: 100%;
230230
padding: 40px 0 0 0;
231231
background-color: #7f17c0;

site/assets/scss/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/scss/footer.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.footerbar, .footerbar-docs {
2-
margin-top: 100px;
32
font-family: var(--title-font-family);
43
background-color: var(--jk-purple);
54
padding: 50px 0;

site/assets/scss/footer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/scss/footer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.footerbar{
2-
margin-top: 100px;
32
font-family: var(--title-font-family);
43
background-color: var(--jk-purple);
54
padding: 50px 0;

site/assets/scss/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.side-bar {
2-
height: 100vh;
2+
height: auto;
33
width: 100%;
44
padding: 40px 0 0 0;
55
background-color: #7f17c0;

site/assets/scss/sidebar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/scss/sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.side-bar{
2-
height: 100vh;
2+
height: auto;
33
width: 100%;
44
padding: 40px 0 0 0;
55
background-color: #7f17c0;

0 commit comments

Comments
 (0)