Skip to content
Snippets Groups Projects
Commit b5b6a415 authored by ahamelers's avatar ahamelers
Browse files

responsive fix

parent 949ecdf2
No related branches found
No related tags found
2 merge requests!101Shared data model,!102Shared data model
......@@ -2,7 +2,9 @@
<html>
<head>
<meta charset=utf-8>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Europe PMC plus</title>
<!--<title><%= htmlWebpackPlugin.options.title %></title>-->
</head>
<body>
<div id="root"></div>
......
......@@ -3,8 +3,7 @@
<head>
<title>Europe PMC plus</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /></head>
<body>
<div id="root"></div>
<script src="/assets/app.js"></script>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment