From 3d3ab2a6955ba3460fb1023344101c0ea4b49e8b Mon Sep 17 00:00:00 2001 From: Melissa Liu Date: Thu, 11 Jan 2024 12:39:20 -0800 Subject: [PATCH] fixed headings and images --- src/components/About.astro | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/About.astro b/src/components/About.astro index 557785f..818cc85 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -12,8 +12,8 @@ import crowd from '../graphics/crowd.webp';

At Hack for Impact, you will join over -

200+ hackers

- at UC Berkeley to innovate for social good. +
200+ hackers
+ at UC Berkeley to innovate for social good.
@@ -21,7 +21,7 @@ import crowd from '../graphics/crowd.webp';
Group of 5 people coding Large group of people coding at hackathon - Picture of Calhacks members + Picture of Calhacks members Hackathon attendees posing with stuffed bear Girl with tools Large group of people coding at hackathon @@ -48,17 +48,21 @@ import crowd from '../graphics/crowd.webp'; display: inline-block; } - div.header h2{ + div.text { + font: serif; + font-weight: 600; display: inline-block; } + div.imageRow { - display: inline-flex; + display: flex; align-items: flex-start; gap: 24px; margin-top: 40px; } + .img { - border-radius: 18px; + border-radius: 8px; width: 264px; height: 171px; }