We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7322a commit 573e9d7Copy full SHA for 573e9d7
app/index.html
@@ -24,6 +24,8 @@
24
<!-- iOS Safari -->
25
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
26
27
+ <style>body { opacity: 0; overflow-x: hidden; } html { background-color: #fff; }</style>
28
+
29
</head>
30
31
<body>
app/sass/main.sass
@@ -35,6 +35,7 @@ body
35
line-height: 1.75
36
font-family: $default-font
37
overflow-x: hidden
38
+ opacity: 1
39
40
.img-responsive
41
display: block
0 commit comments