Fix about the width on mobile view

of the grid
This commit is contained in:
Sébastien André
2020-01-13 17:26:07 +01:00
parent 79deeb4c2a
commit a789779116
3 changed files with 22 additions and 3 deletions

View File

@@ -1,16 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SkydivelogsApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>