File tree 2 files changed +20
-11
lines changed
2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,14 @@ let view (model:Model) dispatch =
116
116
Column.Width ( Screen.All, Column.IsThreeFifths)
117
117
Column.Offset ( Screen.All, Column.IsOneFifth)
118
118
] [
119
- Heading.h4 [ Heading.CustomClass " intro-text" ] [
120
- str " Find resources from the community!"
119
+ div [ Class " intro-text" ] [
120
+ Heading.h4 [] [ str " Find resources from the community!" ]
121
+ Heading.h6 [ Heading.IsSubtitle] [
122
+ str " Let's grow together. Send us a PR to "
123
+ a [ Href " https://github.com/fable-compiler/community/edit/master/public/community.json" ] [ str " add your awesome project" ]
124
+ str " ."
125
+ ]
126
+
121
127
]
122
128
searchBox model dispatch
123
129
ul [ Class " resource-list" ]
Original file line number Diff line number Diff line change @@ -30,13 +30,16 @@ body {
30
30
}
31
31
32
32
.main-section {
33
- flex : 1 0 auto ;
34
- .intro-text {
35
- color : darken ($fable-blue , 10% );
36
- }
37
- .resource-item {
38
- margin : 20px 0 ;
39
- }
33
+ flex : 1 0 auto ;
34
+ .intro-text {
35
+ .title.is-4 {
36
+ color : darken ($fable-blue , 15% );
37
+ }
38
+ margin-bottom : 40px ;
39
+ }
40
+ .resource-item {
41
+ margin : 20px 0 ;
42
+ }
40
43
}
41
44
42
45
.footer {
87
90
.navbar-end {
88
91
// background-color: $body-background;
89
92
.navbar-item :hover {
90
- color : $fable-blue !important ;
91
- }
93
+ color : $fable-blue !important ;
94
+ }
92
95
}
93
96
}
You can’t perform that action at this time.
0 commit comments