don't justify text (thanks Killian)
This commit is contained in:
parent
602bc0ded8
commit
05f68ae6d8
6 changed files with 8 additions and 8 deletions
|
|
@ -75,7 +75,7 @@ const {
|
|||
</div>
|
||||
<p class="text-xl md:text-2xl font-semibold my-4">{title}</p>
|
||||
</div>
|
||||
<div class="space-y-2 text-justify">
|
||||
<div class="space-y-2">
|
||||
<!-- Description -->
|
||||
<slot />
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import FriendCard from "./friend-card.astro";
|
|||
|
||||
<div>
|
||||
<h1 class="text-4xl font-bold mb-4">Friends</h1>
|
||||
<p class="text-lg text-justify">
|
||||
<p class="text-lg">
|
||||
Folks I worked with, or I like what they do.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import TalkCard from "./talk-card.astro";
|
|||
|
||||
<div>
|
||||
<h1 class="text-4xl font-bold mb-4">Talks</h1>
|
||||
<p class="text-lg text-justify">
|
||||
<p class="text-lg">
|
||||
Giving a talk is the opportunity to share what I know, and helps me
|
||||
reduce my fear of public speaking.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<h1 class="text-4xl font-bold mb-4">About Phil</h1>
|
||||
<h2 class="text-2xl font-semibold mb-4">Developer of all sorts</h2>
|
||||
|
||||
<div class="text-lg text-justify space-y-6">
|
||||
<div class="text-lg space-y-6">
|
||||
<p>
|
||||
I got into computer science by creating websites, learning about
|
||||
the Linux kernel and administrating servers.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import Page from "../layouts/page.astro";
|
|||
<main class="container mx-auto px-4 py-16">
|
||||
<h1 class="text-3xl sm:text-4xl font-bold">404 Not Found</h1>
|
||||
<div class="mt-8">
|
||||
<p class="text-justify">This page could not be found.</p>
|
||||
<p>This page could not be found.</p>
|
||||
</div>
|
||||
</main>
|
||||
</Page>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import Page from "../layouts/page.astro";
|
|||
<main class="container mx-auto px-4 py-16">
|
||||
<h1 class="text-3xl sm:text-4xl font-bold">Email</h1>
|
||||
<div class="mt-8">
|
||||
<p class="text-justify">
|
||||
<p>
|
||||
Send an email if you want to work with me, propose a project
|
||||
idea, or just to say hi!
|
||||
</p>
|
||||
|
|
@ -38,13 +38,13 @@ import Page from "../layouts/page.astro";
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<p class="text-justify mb-2">
|
||||
<p class="mb-2">
|
||||
If you want to encrypt your message, I have a <a
|
||||
href="/pgp-0x69771CD04BA82EC0.txt"
|
||||
class="underline">pgp key</a
|
||||
> at your disposal.
|
||||
</p>
|
||||
<p class="text-justify mb-2">
|
||||
<p class="mb-2">
|
||||
I also have a <a href="/keybase.txt" class="underline"
|
||||
>Keybase</a
|
||||
> account, but I do not check it often.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue