Skip to content

Commit

Permalink
stili mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncloud22 committed Apr 2, 2021
1 parent f7c4864 commit c25e45c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion form.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>

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

<!-- load jquery library -->
<script src="lib/jquery-1.11.0.min.js"></script>
Expand Down
15 changes: 12 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ body {
.button {
font-size: 14px;
}
.btn {
font-size: 14px;
}

.overlay {
top: 100%;
-ms-transform: translate(-50%, -275%);
Expand All @@ -278,4 +276,15 @@ body {
.form-style-10 label {
font-size: 12px;
}
.form-style-10 .section {
font-size: 12px;
}
.form-style-10 h1 {
font-size: 14px;
}
.form-style-10 label {
font-size: 12px;
}


}

0 comments on commit c25e45c

Please sign in to comment.