diff --git a/assets/style.css b/assets/style.css index e44bccf..3519163 100644 --- a/assets/style.css +++ b/assets/style.css @@ -19,6 +19,14 @@ a { color: #ffffe6; } +@viewport { + width: device-width; /* Sets the width of the viewport to the device width */ + initial-scale: 1; /* Sets the initial scale to 1 (no zoom) */ + minimum-scale: 1; /* Sets the minimum scale to 1 (no zooming out) */ + maximum-scale: 1; /* Sets the maximum scale to 1 (no zooming in) */ + user-scalable: no; /* Disables user zooming */ +} + .overlay { position: fixed; inset: 0;