Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -2
templates/index.html
CHANGED
|
@@ -16,8 +16,9 @@
|
|
| 16 |
--clr-warning: #ffc107;
|
| 17 |
--clr-danger: #dc3545;
|
| 18 |
}
|
| 19 |
-
|
| 20 |
-
html
|
|
|
|
| 21 |
body { font-family: 'Noto Sans', 'Noto Sans Khmer', sans-serif; background: #fff; color: var(--clr-text); line-height: 1.6; }
|
| 22 |
.container { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; }
|
| 23 |
header { text-align: center; margin-bottom: 2rem; padding: 2rem; background: var(--clr-bg-light); border-radius: 8px; position: relative; }
|
|
|
|
| 16 |
--clr-warning: #ffc107;
|
| 17 |
--clr-danger: #dc3545;
|
| 18 |
}
|
| 19 |
+
* { box-sizing: border-box; margin: 0; padding: 0; }
|
| 20 |
+
html { height: 100%; }
|
| 21 |
+
body { min-height: 100%; margin: 0; padding: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
|
| 22 |
body { font-family: 'Noto Sans', 'Noto Sans Khmer', sans-serif; background: #fff; color: var(--clr-text); line-height: 1.6; }
|
| 23 |
.container { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; }
|
| 24 |
header { text-align: center; margin-bottom: 2rem; padding: 2rem; background: var(--clr-bg-light); border-radius: 8px; position: relative; }
|