Skip to content

Commit 75dce8b

Browse files
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com>
1 parent ee436ed commit 75dce8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

site/assets/scss/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114

115115
.site-links ul {
116-
margin: 0 20px;
116+
margin: 20px 30px;
117117
}
118118

119119
.site-container {

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/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010

1111
.site-links ul {
12-
margin: 0 30px;
12+
margin: 20px 30px;
1313
}

site/assets/scss/docs.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/docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
margin: var(--title-margin);
88
}
99
.site-links ul{
10-
margin: 0 30px;
10+
margin: 20px 30px;
1111
}

0 commit comments

Comments
 (0)