Skip to content

Commit 27a052e

Browse files
committed
Hotfix
1 parent acd5593 commit 27a052e

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ features :
7777
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
7878

7979
# Theme Settings
80-
body_color : "#ffffff"
80+
body_color : "#000"
8181

8282
accent_color : "#1d63ea"
8383

_includes/screencontent.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
});
1111
</script>
1212
{% elsif file.path contains 'assets/videos/' %}
13-
<script>
14-
$(function() {
15-
$(".iphoneScreen").addClass("hidden");
16-
console.log("remove screenshot");
17-
});
18-
</script>
13+
{% unless file.path contains 'assets/videos/Place-video-files-here.txt' %}
14+
<script>
15+
$(function() {
16+
$(".iphoneScreen").addClass("hidden");
17+
console.log("remove screenshot");
18+
});
19+
</script>
20+
{% endunless %}
1921
{% if file.extname == ".mov" or file.extname == ".mp4" %}
2022
<script>
2123
$(function() {

_sass/base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ h3 {
3232
body {
3333
-webkit-font-smoothing: antialiased;
3434
-moz-osx-font-smoothing: grayscale;
35+
background-color: $body-color;
3536
}
3637

3738
a:link,

_sass/layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ header {
6565

6666
.logo {
6767
display: flex;
68+
width: 100%;
6869
justify-content: flex-start;
6970
align-items: center;
7071
height: 115px;
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Place video files in this folder.
2+
3+
Formats for Chrome & Firefox:
4+
.webm
5+
.ogg
6+
7+
Formats for Safari:
8+
.mp4
9+
.mov
10+
11+
Optimal video resolutions:
12+
828x1792
13+
1125x2436
14+
1242x2688

0 commit comments

Comments
 (0)