Skip to content

Commit

Permalink
Make homepage projects titles smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Jan 8, 2025
1 parent 2c2c6e0 commit 8d7ff7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cet:
featured: true

blender-addon:
name: Cyberpunk 2077 Blender Add-on
name: Blender Add-on
description: Bridging the gap between WolvenKit and Blender.
image: /projects/blender-addon.png
githubs: WolvenKit/Cyberpunk-Blender-add-on
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@

<div class="flex flex-grow flex-col gap-4 md:items-start" class:md:items-end={i % 2}>
<div class="my-auto">
<h3 class="text-4xl font-semibold sm:text-6xl md:text-7xl">{project.name}</h3>
<p class="md:text-4xl">{project.description}</p>
<h3 class="text-3xl font-semibold sm:text-5xl md:text-6xl">{project.name}</h3>
<p class="md:text-2xl">{project.description}</p>
</div>

{#if project.link}
Expand Down

0 comments on commit 8d7ff7d

Please sign in to comment.