Fix scaling for mobile
parent
6b9841bf82
commit
1136513ded
|
@ -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 New Issue