Skip to content

Commit bc9c4b2

Browse files
committed
feat: no more floaty
1 parent fb592ee commit bc9c4b2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/pages/index.astro

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ import heroImage from "@/images/fireimage.gif";
9494
order: 1;
9595
margin: 0;
9696
max-width: 35%;
97-
animation: float 4s infinite;
9897
box-shadow: var(--shadow-outset);
9998
}
10099

@@ -132,14 +131,4 @@ import heroImage from "@/images/fireimage.gif";
132131
margin-bottom: 1.5rem;
133132
}
134133
}
135-
136-
@keyframes float {
137-
0%,
138-
100% {
139-
translate: 0 0;
140-
}
141-
50% {
142-
translate: 0 -8px;
143-
}
144-
}
145134
</style>

0 commit comments

Comments
 (0)