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
33
44appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
55playstore_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).
77 # Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
88
99app_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 1616 < nav >
1717 < ul >
1818 {% 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 >
2020 {% endif %}
2121 </ ul >
2222 </ nav >
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ nav > ul {
105105
106106nav > ul li {
107107 padding-left : 50px ;
108+ text-align : right ;
108109}
109110
110111nav > ul li :first-child {
You can’t perform that action at this time.
0 commit comments