add padding to disclaimer
This commit is contained in:
@@ -2,15 +2,16 @@
|
|||||||
<section class="container mx-auto max-w-4xl">
|
<section class="container mx-auto max-w-4xl">
|
||||||
<p class="text-2xl md:text-center my-20">
|
<p class="text-2xl md:text-center my-20">
|
||||||
Pegaz is a simple web-service launcher.
|
Pegaz is a simple web-service launcher.
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
In extending <b>docker-compose</b> functionnality, pegaz let you control <b>multiple</b> docker-compose.yml <b>configurations</b>.
|
In extending <b>docker-compose</b> functionnality, pegaz let you control <b>multiple</b> docker-compose.yml
|
||||||
|
<b>configurations</b>.
|
||||||
</p>
|
</p>
|
||||||
<div class="my-20">
|
<div class="my-20">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
Features
|
Features
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="text-xl md:text-2xl p-6 [&>li]:leading-10">
|
<ul class="text-xl md:text-2xl p-6 [&>li]:leading-10 [&>li]:md:pb-6">
|
||||||
<li>🔒 ssl certification</li>
|
<li>🔒 ssl certification</li>
|
||||||
<li>🎉 sub-domain & multi-domain directly in docker-compose file</li>
|
<li>🎉 sub-domain & multi-domain directly in docker-compose file</li>
|
||||||
<li>📝 pre & post install script</li>
|
<li>📝 pre & post install script</li>
|
||||||
|
Reference in New Issue
Block a user