feat(web/panettone): Make responsive
Make the site responsive, by making all the hard :widths we were using into :max-widths, and adding a viewport meta tag. Change-Id: I02f054f81ff57fbd1c4603b179b2104367f03e3b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1415 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
2f85dfe50c
commit
850f6fc27b
2 changed files with 5 additions and 3 deletions
|
|
@ -202,7 +202,9 @@ updated issue"
|
|||
:lang "en"
|
||||
(:head
|
||||
(:title (who:esc *title*))
|
||||
(:link :rel "stylesheet" :type "text/css" :href "/main.css"))
|
||||
(:link :rel "stylesheet" :type "text/css" :href "/main.css")
|
||||
(:meta :name "viewport"
|
||||
:content "width=device-width,initial-scale=1"))
|
||||
(:body
|
||||
(:div
|
||||
:class "content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue