aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-03 01:59:18 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-03 01:59:18 -0500
commita7c21128a440eebad4337e90baa95a16afb41a70 (patch)
tree015fa148ceb7a22f22c56b6df9130a9c409bcbfb /src/pages
parentdd7a71191a9e887624b2c537a00d8f30bab39337 (diff)
downloadpersonal-website-a7c21128a440eebad4337e90baa95a16afb41a70.tar.gz
personal-website-a7c21128a440eebad4337e90baa95a16afb41a70.tar.bz2
personal-website-a7c21128a440eebad4337e90baa95a16afb41a70.zip
More padding; Moved styles to their own folder
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro2
-rw-r--r--src/pages/index.css38
2 files changed, 1 insertions, 39 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 4c25869..faca29e 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,7 +2,7 @@
import Layout from '../layouts/Default.astro';
import { Icon } from 'astro-icon/components'
import { Image } from 'astro:assets';
-import './index.css';
+import '../styles/index.css';
---
<Layout title="Andrew Lee">
diff --git a/src/pages/index.css b/src/pages/index.css
deleted file mode 100644
index ddc1fc6..0000000
--- a/src/pages/index.css
+++ /dev/null
@@ -1,38 +0,0 @@
-.home {
- text-align: center;
-}
-
-.avatar {
- border-radius: 20%;
-}
-
-h1 {
- font-weight: 500;
- font-size: 4vh;
-}
-
-h2 {
- font-weight: 500;
- font-size: 2.5vh;
-}
-
-.description {
- line-height: 0.4;
-}
-
-h3 {
- font-weight: 300;
- font-size: 1.2rem;
-}
-
-.social {
- display: flex;
- flex-direction: row;
- justify-content: center;
- font-size: 6vh;
- gap: 7vh;
-}
-
-.social-links {
- color: #FFFFFF;
-}