Skip to content

Commit

Permalink
Add viewport size
Browse files Browse the repository at this point in the history
  • Loading branch information
luisddm committed Dec 7, 2018
1 parent e1da5eb commit d51b0b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}

body {
font: 16px "NunitoSans", Helvetica, Arial, sans-serif;
font-size: 16px;
font-family: "NunitoSans", Helvetica, Arial, sans-serif;
display: flex;
justify-content: center;
background-color: #222;
Expand Down
3 changes: 3 additions & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html lang="es">
<head>
<title><%= title %></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/stylesheets/style.css" />
</head>
<body>
Expand Down

0 comments on commit d51b0b0

Please sign in to comment.