Increase size on Last components
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import { getImageUrl } from '@/lib/images';
|
||||
import { markdownToHtml } from '@/lib/markdown';
|
||||
import { Image } from 'astro:assets';
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ const size = calculateSizeClasses(albums.amount, lastAlbums.length);
|
||||
<div>
|
||||
<a
|
||||
href={settings.photo.categoryIndex.indexRouteTemplate}
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-4 rounded-full"
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-5 rounded-full text-lg"
|
||||
>
|
||||
{albums.readMoreButtonText}
|
||||
</a>
|
||||
|
||||
@@ -35,7 +35,7 @@ const size = calculateSizeClasses(blogs.amount, lastBlogs.length);
|
||||
<div>
|
||||
<a
|
||||
href={settings.blog.indexRouteTemplate}
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-4 rounded-full"
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-5 rounded-full text-lg"
|
||||
>
|
||||
{blogs.readMoreButtonText}
|
||||
</a>
|
||||
|
||||
@@ -35,7 +35,7 @@ const size = calculateSizeClasses(projects.amount, lastProjects.length);
|
||||
<div>
|
||||
<a
|
||||
href={settings.project.indexRouteTemplate}
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-4 rounded-full"
|
||||
class="text-(--ptt) bg-(--ptc) hover:text-(--stt) hover:bg-(--stc) duration-200 py-3 px-5 rounded-full text-lg"
|
||||
>
|
||||
{projects.readMoreButtonText}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user