We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8788c78 commit d6af56eCopy full SHA for d6af56e
webpack/sass/issue-finder-page.scss
@@ -0,0 +1,11 @@
1
+// Issue Finder page
2
+.issue-finder {
3
+ .body {
4
+ @extend .padding-horizontal-big;
5
+ @extend .body-big;
6
+ @extend .padding-top-larger;
7
+ @extend .padding-bottom-xxl;
8
+
9
+ line-height: 1.8125;
10
+ }
11
+}
webpack/sass/main.scss
@@ -8,6 +8,7 @@
@import './categories-page.scss';
@import './authors-page.scss';
@import './guidelines.scss';
+@import './issue-finder-page.scss';
12
@import './project-list.scss';
13
@import './project-ideas.scss';
14
@import './search-guidelines-page.scss';
0 commit comments