edited fonts

This commit is contained in:
2025-04-18 16:15:00 +02:00
parent 5b24ab0726
commit c8e3fa3f70
10 changed files with 59 additions and 23 deletions

View File

@@ -24,12 +24,12 @@
<BannerTitleAlt
title="My Disordered Projects"
banner="/projects/banner.webp"
subtitle="Here's a listing of some of my more noteworthy projects that can be found on the web."
subtitle="Here's a collection of my more noteworthy projects that can be found on the web in some way: projects in programming, 3D modelling, and music production."
/>
<Content>
<TableOfContents />
<h2>Active Projects</h2>
{#each getActiveProjects(projects, true) as activeProject}
{@render projectSummary({ project: activeProject })}
@@ -65,10 +65,6 @@
{/snippet}
<style>
.asdf {
display: flex;
flex-direction: row;
}
.subtitle {
color: var(--color-highlight);
font-weight: 700;