Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
font-family: Arial, sans-serif;
|
| 10 |
-
margin:
|
| 11 |
text-align: center;
|
| 12 |
touch-action: none; /* Prevent default touch behaviors like scrolling */
|
| 13 |
}
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
align-items: center;
|
| 18 |
gap: 10px;
|
| 19 |
margin: 20px 0;
|
| 20 |
-
padding:
|
| 21 |
border: 1px solid #ccc;
|
| 22 |
}
|
| 23 |
.imageWrapper {
|
|
|
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
font-family: Arial, sans-serif;
|
| 10 |
+
margin: 50px;
|
| 11 |
text-align: center;
|
| 12 |
touch-action: none; /* Prevent default touch behaviors like scrolling */
|
| 13 |
}
|
|
|
|
| 17 |
align-items: center;
|
| 18 |
gap: 10px;
|
| 19 |
margin: 20px 0;
|
| 20 |
+
padding: 10px;
|
| 21 |
border: 1px solid #ccc;
|
| 22 |
}
|
| 23 |
.imageWrapper {
|