forked from M-Labs/web2019
Replace removed negative margins with opposite positive ones
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
61d580fda4
commit
15f08a5b1a
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 %}>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue