aboutsummaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-06 00:59:12 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-06 00:59:12 -0500
commit5b69ffef23b4d4c3cf32c9918559ef1127a873d4 (patch)
treea8c0391622997b6fe2060a5eb265f4d32923e355 /src/styles/index.css
parenta7c21128a440eebad4337e90baa95a16afb41a70 (diff)
downloadpersonal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.tar.gz
personal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.tar.bz2
personal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.zip
Refactor Navbar and index styles, and update content
Diffstat (limited to 'src/styles/index.css')
-rw-r--r--src/styles/index.css28
1 files changed, 21 insertions, 7 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
index ddc1fc6..17d6a52 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -1,4 +1,6 @@
.home {
+ display: flex;
+ flex-direction: column;
text-align: center;
}
@@ -8,6 +10,9 @@
h1 {
font-weight: 500;
+}
+
+#title {
font-size: 4vh;
}
@@ -20,11 +25,6 @@ h2 {
line-height: 0.4;
}
-h3 {
- font-weight: 300;
- font-size: 1.2rem;
-}
-
.social {
display: flex;
flex-direction: row;
@@ -33,6 +33,20 @@ h3 {
gap: 7vh;
}
-.social-links {
- color: #FFFFFF;
+.email-contact {
+ font-weight: 300;
+ font-size: 2.2vh;
+}
+
+.infobox {
+ display: flex;
+ flex-direction: column;
+ gap: 2vh;
+}
+
+.about {
+ padding: 1vw;
+ text-align: left;
+ background: #3B513B;
+ border-radius: 20px;
}