From b34c5413633ff4faffc626142f0cc83175d94747 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Jan 2024 23:41:04 -0500 Subject: Add Astro Vercel serverless adapter and update Astro version in package.json --- src/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/index.css') diff --git a/src/styles/index.css b/src/styles/index.css index 17d6a52..fe388ca 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -38,13 +38,13 @@ h2 { font-size: 2.2vh; } -.infobox { +.information { display: flex; flex-direction: column; gap: 2vh; } -.about { +.box { padding: 1vw; text-align: left; background: #3B513B; -- cgit v1.2.3