File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ios_app_id : 618783545
3
3
4
4
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
5
5
playstore_link : # Enter Google Play Store URL.
6
- presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
6
+ presskit_download_link : vf # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
7
7
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
8
8
9
9
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
Original file line number Diff line number Diff line change 16
16
< nav >
17
17
< ul >
18
18
{% if site.presskit_download_link %}
19
- < li > < a href ="{{ site.presskit_download_link }} "> Download Press Kit</ a > </ li >
19
+ < li > < a href ="{{ site.presskit_download_link }} "> Press Kit</ a > </ li >
20
20
{% endif %}
21
21
</ ul >
22
22
</ nav >
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ nav > ul {
105
105
106
106
nav > ul li {
107
107
padding-left : 50px ;
108
+ text-align : right ;
108
109
}
109
110
110
111
nav > ul li :first-child {
You can’t perform that action at this time.
0 commit comments