Skip to content

Commit

Permalink
style: update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 28, 2021
1 parent b5eb57b commit 61fbeea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Husky</title>
<title>Husky - Git hooks</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description" />
<meta name="description" content="Git hooks made easy" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
/>
<style>
.markdown-section {
max-width: 840px;
}
.markdown-section h1 {
margin: 4rem 0 0;
}
.markdown-section h1 + h2 {
margin: 2rem 0 0;
}
</style>
</head>
<body>
Expand All @@ -27,7 +33,7 @@
repo: 'https://github.com/typicode/husky/tree/next',
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
</body>
</html>

0 comments on commit 61fbeea

Please sign in to comment.