diff --git a/src/lib/viewport/footer.svelte b/src/lib/viewport/footer.svelte index 97dbb29..cdf99be 100644 --- a/src/lib/viewport/footer.svelte +++ b/src/lib/viewport/footer.svelte @@ -70,7 +70,8 @@ font-weight: 400; color: var(--color-text); text-decoration: none; - font-size: 1rem; + font-size: var(--font-size-mono); + line-height: var(--font-line-height-mono); margin: 0; } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index ee64763..021a1a2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -142,10 +142,11 @@ --anim-curve: cubic-bezier(0.22, 1, 0.36, 1); /* fonts */ - --font-line-height: 1.6rem; + --font-line-height: 1.5rem; + --font-line-height-mono: 1.4rem; --font-sans-serif: 'Bai Jamjuree', 'OpenMoji', sans-serif; - --font-size-sans-serif: 1.1rem; + --font-size-sans-serif: 1.08rem; --font-mono: 'Kode Mono', 'OpenMoji', monospace; --font-size-mono: 0.9em; @@ -184,7 +185,6 @@ body { font-family: var(--font-sans-serif); - font-size: 1.2rem; color: var(--color-text); /* text colour */ margin: 0; @@ -202,7 +202,7 @@ color: var(--color-text); font-size: var(--font-size-sans-serif); line-height: var(--font-line-height); - margin: 12px 0; + margin: 8px 0; font-weight: 400; } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2bc76d4..45fcc98 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -197,7 +197,7 @@ } .me-img { - width: 9.6rem; + width: 10.2rem; float: left; margin: 16px 12px 0 0; } diff --git a/src/routes/meta/about/+page.svelte b/src/routes/meta/about/+page.svelte index 03ed45c..fa4bfd6 100644 --- a/src/routes/meta/about/+page.svelte +++ b/src/routes/meta/about/+page.svelte @@ -120,7 +120,7 @@ -

Hi there! I'm Deniz (he/him/they). Welcome to my website!

+

Hi there! I'm Deniz (they/them). Welcome to my website!

If you found this page, you may be interested in further information. And further information you shall get! I wrote a little bit about myself as well as how I made this website down below.

diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 4162b64..2154df1 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -162,9 +162,9 @@ font-weight: 700; } - .project-subtitle { + /* .project-subtitle { - } + } */ .project-date { font-style: italic; @@ -198,26 +198,4 @@ line-height: 1.4rem; } } - - /* #region Project Status Colours */ - .project-status-c-act { - --color-status: var(--color-highlight); - } - - .project-status-c-ina { - --color-status: #B89751; - } - - .project-status-c-aba { - --color-status: #D15555; - } - - .project-status-c-fin { - --color-status: #5486D8; - } - - .project-status-c-eol { - --color-status: #C353C1; - } - /* #endregion */ \ No newline at end of file