Skip to content

Commit bfd5577

Browse files
committed
small bottom margin
1 parent e2d195e commit bfd5577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
33
{% include head.html %}
4-
<body>
4+
<body class="mb-5">
55
<div class="container">
66
{% include navbar.html %}
77
<main class="">

0 commit comments

Comments
 (0)