Skip to content

Commit 1824149

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Vinura Pathirana <[email protected]>
1 parent 68f6916 commit 1824149

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

site/assets/scss/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@
262262
font-size: 3rem;
263263
}
264264

265+
.btn-fw {
266+
margin: 10px 0;
267+
}
268+
265269
.side-bar {
266270
height: 100vh;
267271
width: 100%;

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,8 @@
134134
.fw-title {
135135
text-align: center;
136136
font-size: 3rem;
137+
}
138+
139+
.btn-fw {
140+
margin: 10px 0;
137141
}

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,6 @@
114114
font-size: 3rem;
115115
}
116116
.btn-fw{
117-
@extend .read-btn
117+
@extend .read-btn;
118+
margin: 10px 0;
118119
}

0 commit comments

Comments
 (0)