Skip to content

Commit

Permalink
feat(pkg/server): Add viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 28, 2023
1 parent 85c3662 commit 11cc122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var TEMPLATE = `<!DOCTYPE html>
<html>
<head>
<title>{{.SiteHeading}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
padding: 2em 2em;
Expand Down

0 comments on commit 11cc122

Please sign in to comment.