Skip to content

Commit

Permalink
Added viewport meta to site_head.html to enable mobile support.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyce authored and bmispelon committed Oct 8, 2024
1 parent f211a1e commit 1a835a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trac-env/templates/site_head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="${href.chrome('site/css/output.css')}" />
<link rel="stylesheet" href="${href.chrome('site/css/trachacks.css')}" />
<!--! uncomment for local version of webfont loader if desired. -->
Expand Down

0 comments on commit 1a835a9

Please sign in to comment.