Replace removed negative margins with opposite positive ones

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/77/head
Egor Savkin 2023-07-11 16:25:06 +08:00
parent 61d580fda4
commit 15f08a5b1a
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@
<div class="row mt-4 mb-4">
<div class="col-12 text-center mt-n0">
<div class="col-12 text-center">
<h1>Oops, it slipped!</h1>

View File

@ -17,7 +17,7 @@
<div class="row mt-4 mb-4">
<div class="col-12 text-center mt-n0 mt-lg-n5">
<div class="col-12 text-center mb-lg-5">
{% if page.extra and page.extra.logo %}
<img src="{{ get_url(path=page.extra.logo, cachebust=true) }}" alt="logo" {% if page.extra and page.extra.logo_size %}width="{{ page.extra.logo_size }}"{% endif %}>

View File

@ -9,7 +9,7 @@
<div class="row mt-4 mb-4">
<div class="col-12 text-center mt-n0 mt-lg-n5">
<div class="col-12 text-center mb-lg-5">
{% if section.extra.title %}
<h1>{{ section.extra.title | markdown | safe }}</h1>