Skip to content
Snippets Groups Projects
Unverified Commit 89266b59 authored by tribut's avatar tribut :man_dancing:
Browse files

Prevent mobile view from zooming out automatically

parent 4befcf75
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>ReScheduled</title> <title>ReScheduled</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
<%= csp_meta_tag %> <%= csp_meta_tag %>
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment