update doc and add min-h-screen
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14b26bb2b0
commit
43b13306ed
4 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
public
|
||||
content/documentation
|
||||
static/style.css
|
||||
|
|
2
garage
2
garage
|
@ -1 +1 @@
|
|||
Subproject commit b2460a2bb9b3e1cb7075add0558f7f243cc7a691
|
||||
Subproject commit d5e7e52a00d8f3632585c50fc99f3e154fa7738c
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% block content %}
|
||||
<section class="section">
|
||||
<div class="container max-w-7xl mx-auto">
|
||||
<div class="container max-w-7xl mx-auto min-h-screen">
|
||||
<div class="flex flex-col items-center flex-start space-y-2 py-8">
|
||||
<h1 class="title leading-10 text-3xl text-garage-gray">{{ section.title }}</h1>
|
||||
<p class="italic">{{ section.description }}</p>
|
||||
|
|
Loading…
Reference in a new issue