Skip to content

Commit fe58c5c

Browse files
committed
Fix hero image position
1 parent 94aa1ee commit fe58c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/hero2/hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ Call for Sponsors
231231
}
232232
.bluebox-shift {
233233
position: relative;
234-
top: -10vh;
234+
top: -100px;
235235
}
236236
.stats {
237237
position: relative;
238-
top: 4vh;
238+
top: 10px;
239239
}
240240
</style>
241241
</div>

0 commit comments

Comments
 (0)