diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 1813a57..b2dde34 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -1,6 +1,8 @@
diff --git a/src/style/pages/_homepage.scss b/src/style/pages/_homepage.scss
index 93aa93d..6c19019 100644
--- a/src/style/pages/_homepage.scss
+++ b/src/style/pages/_homepage.scss
@@ -31,7 +31,7 @@
// Intro Section
&__intro {
- background-color: $color-tertiary;
+ background: linear-gradient(180deg, $color-tertiary 85%, $color-primary 100%), $color-tertiary;
color: $color-text;
text-align: center;
overflow: hidden;
@@ -114,6 +114,7 @@
}
.photo-card {
+ --rotation: 0deg;
position: relative;
display: block;
grid-column-end: span 8;