Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithm authored Feb 12, 2024
1 parent 8fa17f4 commit e695f74
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ 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;
Expand Down Expand Up @@ -159,6 +151,11 @@ p,
}
}

@media screen and (max-width: 480px) {
body {
padding: 0;
}
}



Expand Down

0 comments on commit e695f74

Please sign in to comment.