aboutsummaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-06 23:41:04 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-06 23:41:04 -0500
commitb34c5413633ff4faffc626142f0cc83175d94747 (patch)
tree88640012f2e78a6d95e5f8ee421ec16545acb325 /src/styles/index.css
parent5b69ffef23b4d4c3cf32c9918559ef1127a873d4 (diff)
downloadpersonal-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/index.css')
-rw-r--r--src/styles/index.css4
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;