aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.css')
-rw-r--r--src/pages/index.css38
1 files changed, 0 insertions, 38 deletions
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;
-}