Skip to content

Commit

Permalink
Automatic scale mobile view in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon committed Apr 1, 2021
1 parent 3c637d7 commit 5f24c8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion description.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
</head>

<body>

<!-- scale view for mobile-->
<meta content="width=device-width, initial-scale=1" name="viewport" />

<div style="background-image:url('assets/background2.png') ; background-blend-mode:lighten;height:10000px; top:-1000px ">

<p style = "text-align: center; font-size:30px;";> <b>CHI SIAMO </b></p>
Expand Down Expand Up @@ -53,4 +57,4 @@
</p>
</div>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions final_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</head>
<body>

<!-- scale view for mobile-->
<meta content="width=device-width, initial-scale=1" name="viewport" />

<!-- load jquery library -->
Expand Down
1 change: 1 addition & 0 deletions form.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</head>
<body>

<!-- scale view for mobile-->
<meta content="width=device-width, initial-scale=1" name="viewport" />

<!-- load jquery library -->
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
</head>
<body>

<!-- scale view for mobile-->
<meta content="width=device-width, initial-scale=1" name="viewport" />

<!-- load jquery library -->
<script src="lib/jquery-1.11.0.min.js"></script>

Expand Down

0 comments on commit 5f24c8a

Please sign in to comment.