Skip to content

Commit ed9dd93

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 c46447d commit ed9dd93

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

site/assets/scss/app.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
}
7575

7676
.footerbar, .footerbar-docs {
77-
margin-top: 100px;
7877
font-family: var(--title-font-family);
7978
background-color: var(--jk-purple);
8079
padding: 50px 0;
@@ -225,7 +224,7 @@
225224
}
226225

227226
.side-bar {
228-
height: auto;
227+
height: 100vh;
229228
width: 100%;
230229
padding: 40px 0 0 0;
231230
background-color: #7f17c0;
@@ -259,7 +258,7 @@
259258
}
260259

261260
.main-content {
262-
margin-top: 50px;
261+
margin: 50px 0;
263262
font-family: var(--title-font-family);
264263
}
265264

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/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
.main-content{
16-
margin-top: 50px;
16+
margin: 50px 0;
1717
font-family: var(--title-font-family);
1818
}
1919
.main-content .title{

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: auto;
2+
height: 100vh;
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: auto;
2+
height: 100vh;
33
width: 100%;
44
padding: 40px 0 0 0;
55
background-color: #7f17c0;

0 commit comments

Comments
 (0)