Skip to content

Commit 573e9d7

Browse files
committed
Preload
1 parent 7d7322a commit 573e9d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<!-- iOS Safari -->
2525
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
2626

27+
<style>body { opacity: 0; overflow-x: hidden; } html { background-color: #fff; }</style>
28+
2729
</head>
2830

2931
<body>

app/sass/main.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body
3535
line-height: 1.75
3636
font-family: $default-font
3737
overflow-x: hidden
38+
opacity: 1
3839

3940
.img-responsive
4041
display: block

0 commit comments

Comments
 (0)