mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fix min-w
This commit is contained in:
parent
dd0a699746
commit
5265ea03ff
@ -5,7 +5,7 @@
|
|||||||
<script src="{% static 'js/buttons.js' %}" defer></script>
|
<script src="{% static 'js/buttons.js' %}" defer></script>
|
||||||
{% endblock meta %}
|
{% endblock meta %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="mx-auto font-condensed max-w-[60%]">
|
<div class="mx-auto font-condensed max-w-[60%] min-w-[32rem]">
|
||||||
<div class="p-8">
|
<div class="p-8">
|
||||||
<h1 class="text-center text-4xl font-abel">{{ project.name }}</h1>
|
<h1 class="text-center text-4xl font-abel">{{ project.name }}</h1>
|
||||||
<h2 class="text-center text-2xl font-abel">
|
<h2 class="text-center text-2xl font-abel">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user