Margin on the bottom of content
/ build_website (push) Successful in 7s Details
/ build_and_push_container (push) Successful in 7s Details

This commit is contained in:
Michał Rudowicz 2025-02-28 22:24:03 +01:00 committed by Michał Rudowicz
parent 67152a9e9f
commit 6c3c7966ea
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</head> </head>
<body class='page {{layout.bodyClass}}'> <body class='page {{layout.bodyClass}}'>
<div id="wrapper" class="wrapper"> <div id="wrapper" class="wrapper mb-3">
{% include header.html headerClass='header-extra' %} {% include header.html headerClass='header-extra' %}
{{content}} {{content}}
</div> </div>