improved project cards layout
All checks were successful
hugo-deploy / deploy (push) Successful in 1m1s
All checks were successful
hugo-deploy / deploy (push) Successful in 1m1s
This commit is contained in:
parent
529b6b9081
commit
2d6851f448
|
@ -16,7 +16,7 @@ import ButtonLink from "../components/Button.astro";
|
|||
<h2 class="text-2xl lg:text-4xl font-medium mb-2">Projects</h2>
|
||||
<div class="columns-md gap-8 space-y-4 mb-8">
|
||||
<Card title="Wave">
|
||||
<p class="mb-3">
|
||||
<p class="mb-3 flex-1">
|
||||
The Collaborative Open Source Blogging Engine
|
||||
</p>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
|
@ -41,7 +41,7 @@ import ButtonLink from "../components/Button.astro";
|
|||
</div>
|
||||
</Card>
|
||||
<Card title="Wave Alpha">
|
||||
<p class="mb-3">
|
||||
<p class="mb-3 flex-1">
|
||||
A blog running Wave, maintained by Mia Rose Winter, with many articles about many topics from many people.
|
||||
</p>
|
||||
<ButtonLink link="https://blog.winter-software.com">
|
||||
|
|
Loading…
Reference in a new issue