File tree Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ app_price : 4.99
10
10
ios_app_id :
11
11
android_app_id :
12
12
13
+ # Icon and screenshot
14
+ app_icon :
15
+ app_video :
16
+ app_screenshot :
17
+
13
18
# Social Links
14
19
facebook_username :
15
20
twitter_username : ebaehr
18
23
19
24
# Features
20
25
features :
21
- - title : First Feature
22
- description : A good description
23
- fontawesome_icon_name : adjust
24
- - title : Another feature
25
- description : Another good description
26
+ - title : Feature 1
27
+ description : Present the features of your app with the dynamic Jekyll theme
28
+ fontawesome_icon_name : magic
29
+ - title : Feature 2
30
+ description : Show your app in the context of an iPhone
26
31
fontawesome_icon_name : mobile
32
+ - title : Feature 3
33
+ description : Adjust colors, backgrounds and typography
34
+ fontawesome_icon_name : adjust
27
35
28
36
# Theme Settings
29
37
accent_color : # 000000
Original file line number Diff line number Diff line change @@ -185,15 +185,25 @@ nav > ul li a {
185
185
display : flex ;
186
186
flex : 0 1 auto ;
187
187
align-content : flex-start ;
188
- justify-content : space-between ;
188
+ justify-content : center ;
189
189
flex-grow : 1 ;
190
190
flex-wrap : wrap ;
191
191
}
192
192
193
193
.feature {
194
194
display : flex ;
195
195
padding-top : 93px ;
196
- width : calc (100% / 3 - 30px );
196
+ padding-left : 15px ;
197
+ padding-right : 15px ;
198
+ width : calc (100% / 3 );
199
+ }
200
+
201
+ .feature :nth-child (3 n ) {
202
+ padding-right : 0px ;
203
+ }
204
+
205
+ .feature :nth-child (0 n +1 ) {
206
+ padding-left : 0px ;
197
207
}
198
208
199
209
.iconBack {
Original file line number Diff line number Diff line change 13
13
{% include header.html %}
14
14
15
15
< div class ="iphonePreview ">
16
+ {% if %}
17
+
18
+
19
+ {% else %}
16
20
< svg width ="0 " height ="0 ">
17
21
< defs >
18
22
< clipPath id ="screenMask ">
You can’t perform that action at this time.
0 commit comments