Skip to content

Commit a8f9ce3

Browse files
committed
Fixing alignment of press kit download link on small devices
1 parent 700a547 commit a8f9ce3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ios_app_id : 618783545
33

44
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
55
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).
77
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
88

99
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

_sass/layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ nav > ul {
105105

106106
nav > ul li {
107107
padding-left: 50px;
108+
text-align: right;
108109
}
109110

110111
nav > ul li:first-child {

0 commit comments

Comments
 (0)