Changes to be committed:
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
modified: static/css/style.css modified: templates/index.html Essai d'une autre solution afin déviter le zoom sur smartphone dans les entrées
This commit is contained in:
@@ -66,14 +66,14 @@ body {
|
||||
background-color: rgb(24,216,96);
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
padding: 6px 8px;
|
||||
padding: 10px 10px;
|
||||
color: #131313;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
text-decoration:none
|
||||
}
|
||||
|
||||
.btn2 {
|
||||
/* .btn2 {
|
||||
margin-top: 10px;
|
||||
background-color: rgb(24,216,96);
|
||||
border: none;
|
||||
@@ -83,7 +83,7 @@ body {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
text-decoration:none
|
||||
}
|
||||
} */
|
||||
|
||||
.btn:hover {
|
||||
background-color: rgb(24,216,96);
|
||||
@@ -98,7 +98,4 @@ body {
|
||||
.container {
|
||||
padding: 10px;
|
||||
}
|
||||
input {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user