Fix positioning in Firefox
This commit is contained in:
parent
4dbba183d0
commit
5a7689c215
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<main>
|
<main class="tw-justify-start">
|
||||||
<div class="tw-w-full tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
|
<div class="tw-w-full tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
|
||||||
<h1 class="tw-mt-0">
|
<h1 class="tw-mt-0">
|
||||||
{% block title %}{{ page.title }}{% endblock %}
|
{% block title %}{{ page.title }}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue