1 parent c9a6af2 commit b34081eCopy full SHA for b34081e
1 file changed
assets/style.css
@@ -19,6 +19,14 @@ a {
19
color: #ffffe6;
20
}
21
22
+@viewport {
23
+ width: device-width; /* Sets the width of the viewport to the device width */
24
+ initial-scale: 1; /* Sets the initial scale to 1 (no zoom) */
25
+ minimum-scale: 1; /* Sets the minimum scale to 1 (no zooming out) */
26
+ maximum-scale: 1; /* Sets the maximum scale to 1 (no zooming in) */
27
+ user-scalable: no; /* Disables user zooming */
28
+}
29
+
30
.overlay {
31
position: fixed;
32
inset: 0;
0 commit comments