Increase size on Last components
This commit is contained in:
@@ -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