Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agragregra committed Jan 25, 2018
1 parent 750be7a commit a38aa53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000">

<style>body { opacity: 0; overflow-x: hidden; } html { background-color: #fff; }</style>
<link rel="stylesheet" href="css/main.min.css">

</head>

Expand All @@ -46,8 +46,7 @@
</div>

</div>

<link rel="stylesheet" href="css/main.min.css">

<script src="js/scripts.min.js"></script>

</body>
Expand Down
5 changes: 4 additions & 1 deletion app/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ body
line-height: 1.65
font-family: $default-font
overflow-x: hidden
opacity: 1

.img-responsive
display: block
Expand All @@ -54,4 +53,8 @@ body
.text-center
text-align: center

::selection
background-color: $accent
color: #fff

@import "media" // Всегда в конце
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.5",
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
Expand Down

0 comments on commit a38aa53

Please sign in to comment.