Skip to content

Commit 246bc07

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 ad0d1fb commit 246bc07

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

site/assets/scss/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
}
254254

255255
.site-container {
256-
padding: 0 15%;
256+
padding: 0 5%;
257257
font-family: var(--title-font-family);
258258
}
259259

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
@import "sidebar";
88

99
.site-container{
10-
padding: 0 15%;
10+
padding: 0 5%;
1111
font-family: var(--title-font-family);
1212
}
1313

14-
1514
.main-content{
1615
margin: 50px 0;
1716
font-family: var(--title-font-family);

0 commit comments

Comments
 (0)