Skip to content

Commit

Permalink
Apply margin to. bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 26, 2020
1 parent bebef28 commit 398e6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
{{ end }}
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
</head>
<body class="mt-10">
<body class="my-10">
<div class="container px-4 lg:mx-auto">
{{ block "main" . }}{{ end }}
</div>
</body>
</html>
</html>

0 comments on commit 398e6f2

Please sign in to comment.