edited fonts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user