mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-03 21:57:54 +01:00
change text size
This commit is contained in:
@@ -45,7 +45,7 @@ const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replac
|
|||||||
<MainSection v-else icon="i-ph-pencil-line-bold" :title="latestArticle?.title">
|
<MainSection v-else icon="i-ph-pencil-line-bold" :title="latestArticle?.title">
|
||||||
<div>
|
<div>
|
||||||
<h3>{{ latestArticle.description }}</h3>
|
<h3>{{ latestArticle.description }}</h3>
|
||||||
<div class="text-sm italic">
|
<div class="text-xs italic">
|
||||||
{{ format(latestArticle.publishedAt) }} — {{ latestArticle.readingMins }} min.
|
{{ format(latestArticle.publishedAt) }} — {{ latestArticle.readingMins }} min.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,13 +77,13 @@ const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replac
|
|||||||
</MainSection>
|
</MainSection>
|
||||||
</div>
|
</div>
|
||||||
<div class="md:w-1/2 gap-8 flex flex-col">
|
<div class="md:w-1/2 gap-8 flex flex-col">
|
||||||
<MainSection icon="i-ph-person-arms-spread-bold" title="My environment">
|
<MainSection icon="i-ph-tree-evergreen-bold" title="My environment">
|
||||||
<p>
|
<p>
|
||||||
My uses page provides insights into the software, hardware, and favorite tech stack I use for software development, gaming, work, and learning. It's a comprehensive list of my preferred tools and resources.
|
My uses page provides insights into the software, hardware, and favorite tech stack I use for software development, gaming, work, and learning. It's a comprehensive list of my preferred tools and resources.
|
||||||
</p>
|
</p>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<UButton
|
<UButton
|
||||||
label="Move on"
|
label="Explore my setup"
|
||||||
icon="i-ph-arrow-up-right-bold"
|
icon="i-ph-arrow-up-right-bold"
|
||||||
trailing
|
trailing
|
||||||
block
|
block
|
||||||
@@ -92,7 +92,7 @@ const format = (date: string) => useDateFormat(date, 'D MMMM YYYY').value.replac
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</MainSection>
|
</MainSection>
|
||||||
<MainSection icon="i-ph-person-arms-spread-bold" title="Discover more about me">
|
<MainSection icon="i-ph-book-bookmark-bold" title="My bookmarks">
|
||||||
Bookmarks
|
Bookmarks
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<UButton
|
<UButton
|
||||||
|
|||||||
Reference in New Issue
Block a user