diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/layout.html | 6 | ||||
| -rw-r--r-- | client/templates/main.html | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html index a724bed..8fb5d07 100644 --- a/client/templates/layout.html +++ b/client/templates/layout.html @@ -1,5 +1,7 @@ <template name="layout"> - <button class="logout">logout</button> - <hr> + <div class="container"> + <button class="logout">logout</button> + <hr> {{> yield}} + </div> </template> diff --git a/client/templates/main.html b/client/templates/main.html index afd997f..5dc279b 100644 --- a/client/templates/main.html +++ b/client/templates/main.html @@ -1,3 +1,4 @@ <head> <title>Colors</title> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> </head> |
