Add Homepage entering animations

This commit is contained in:
2021-11-16 22:35:48 +01:00
parent ed62030b29
commit 30b2cc3f16
2 changed files with 42 additions and 2 deletions

View File

@@ -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;