diff --git a/src/components/ProjectSummaryItem.astro b/src/components/ProjectSummaryItem.astro index 326cc95..7efa14e 100644 --- a/src/components/ProjectSummaryItem.astro +++ b/src/components/ProjectSummaryItem.astro @@ -119,7 +119,7 @@ const url = repos?.[0]; margin-bottom: calc(.5 * var(--pico-typography-spacing-vertical)); } - div.links { + .links { margin-top: calc(1.75 * var(--pico-typography-spacing-vertical)); } @@ -133,4 +133,22 @@ const url = repos?.[0]; top: -.15rem; position: relative; } + + @media only screen and (max-width: 768px) { + article { + flex-direction: column; + gap: calc(.5 * var(--pico-block-spacing-vertical)); + } + + img.thumbnail { + aspect-ratio: auto; + height: auto; + } + + .links { + a { + word-break: break-all; + } + } + } diff --git a/src/content/projects/thegiftoftime.md b/src/content/projects/thegiftoftime.md index c88b8b5..b94e899 100644 --- a/src/content/projects/thegiftoftime.md +++ b/src/content/projects/thegiftoftime.md @@ -3,8 +3,6 @@ status: completed name: TheGiftOfTime description: |- There are 10,000 volunteers in the Code for America Network. What if we could help those volunteers turn their time into corporate donations to local volunteer brigades, and help groups across the country achieve financial stability. -technologies: - - "Business Process Improvement; UX Research" slack: name: "#proj-thegiftoftime" url: https://sfbrigade.slack.com/archives/C02PGVDA0LV