Skip to content

Commit b29c850

Browse files
fix: homepage manta sizing
1 parent 1a0b526 commit b29c850

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.astro/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/// <reference types="astro/client" />
2+
/// <reference path="content.d.ts" />

src/components/Registration.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ import Arrow from "./Arrow.astro";
4545
}
4646

4747
.squiggle-thick-wide {
48-
height: 80%;
48+
height: 100%;
4949
left: 0;
50-
top: 10%;
50+
top: 0%;
5151
width: 100%;
5252
}
5353

5454
.manta-down {
55-
height: 5rem;
55+
height: 6rem;
5656
right: -12rem;
57-
top: 2rem;
57+
top: 0.5rem;
5858
}
5959

6060
.manta-up {
6161
bottom: 2rem;
62-
height: 6rem;
62+
height: 7.25rem;
6363
left: -7.5rem;
6464
}
6565

0 commit comments

Comments
 (0)