Skip to content

Commit b34081e

Browse files
authored
Add files via upload
1 parent c9a6af2 commit b34081e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ a {
1919
color: #ffffe6;
2020
}
2121

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+
2230
.overlay {
2331
position: fixed;
2432
inset: 0;

0 commit comments

Comments
 (0)