From 6018a84ed86082b0579b87909caa9b441ac21469 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 1 May 2026 22:04:35 -0400 Subject: [PATCH] Minor mobile improvements --- assets/css/site.css | 20 +++++++++++++------- layouts/index.html | 5 ++++- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index 7170f3d..8c537bd 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -225,8 +225,8 @@ body { color: var(--white); display: flex; flex-direction: column; - font-size: 0.875rem; - line-height: 1.4; + font-size: 0.95rem; + line-height: 1.5; padding: 2rem 1.5rem; justify-content: center; @@ -820,12 +820,18 @@ section#studies { max-width: var(--column-width); padding-bottom: 1rem; width: var(--column-width); + } - + p { - color: var(--white); - padding-right: 1rem; - margin-bottom: 0; - max-width: var(--column-width); + > p { + color: var(--white); + padding-right: 1rem; + margin-bottom: 0; + max-width: var(--column-width); + + a:hover, + a:active { + color: #fff; + text-decoration-thickness: 0.15rem; } } diff --git a/layouts/index.html b/layouts/index.html index 15ed3e9..343c9a5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -20,7 +20,10 @@

Case studies

- Longer form overviews of some of my projects over the past few years. These each highlight different aspects of my design process, collaboration, and skills. + These longer format stories each highlight different aspects of my design process, thinking, collaboration style, and skills. +

+

+ You can also read about my design philosophy and values specifically.

{{ range where .Site.RegularPages "Section" "studies" }} {{- $page := . -}}