diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 23:41:04 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 23:41:04 -0500 |
| commit | b34c5413633ff4faffc626142f0cc83175d94747 (patch) | |
| tree | 88640012f2e78a6d95e5f8ee421ec16545acb325 /src/styles | |
| parent | 5b69ffef23b4d4c3cf32c9918559ef1127a873d4 (diff) | |
| download | personal-website-b34c5413633ff4faffc626142f0cc83175d94747.tar.gz personal-website-b34c5413633ff4faffc626142f0cc83175d94747.tar.bz2 personal-website-b34c5413633ff4faffc626142f0cc83175d94747.zip | |
Add Astro Vercel serverless adapter and update Astro version in package.json
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
