Skip to content

Commit

Permalink
Correciones del movil 6
Browse files Browse the repository at this point in the history
  • Loading branch information
franlucas92 committed Jan 26, 2022
1 parent 6638bfe commit ed9b8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
<link rel="shortcut icon" href="https://www.google.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/styles.css">
<title>Google</title>
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html{
}
.main-container{
width: 100%;
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit ed9b8af

Please sign in to comment.