mirror of
https://github.com/tchartron/blow
synced 2025-03-17 15:27:04 +00:00
Moved content on index page more up
so that it does not look off on small mobile screens or with multi-line content text on the page
This commit is contained in:
parent
3fca004768
commit
2944bceebe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="flex items-center flex-col mt-40">
|
||||
<div class="flex items-center flex-col mt-16">
|
||||
<h1 class="text-xl text-bold">
|
||||
{{ config.extra.index.title }}
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue