Fix scaling for mobile
This commit is contained in:
parent
6b9841bf82
commit
1136513ded
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ doctype html
|
|||
html
|
||||
head
|
||||
title= title
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
block stylesheets
|
||||
body
|
||||
|
|
Reference in a new issue