Skip to content

Commit

Permalink
feat(ui): Fix the Viewport for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
pestanko committed Apr 14, 2024
1 parent bc9fe80 commit 6fe6745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniscrape-ui/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down

0 comments on commit 6fe6745

Please sign in to comment.