Skip to content

Commit

Permalink
Add viewport to react layout
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesalib committed Jan 8, 2020
1 parent 42ea701 commit aaa5f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/new_front_end.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<!-- Import used css files from old structure -->
<!-- To be removed and converted to CSS modules or something like that when we done migrating to react components -->
<%= stylesheet_link_tag 'ngos', media: 'all', 'data-turbolinks-track': 'reload' %>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body style="background-color: #F2F3F3; padding-top: 0;">
Expand Down

0 comments on commit aaa5f7f

Please sign in to comment.