change hero height to 55vh

This commit is contained in:
2025-04-17 22:15:28 -08:00
parent ab54ea3a7c
commit 1b46838397
698 changed files with 29646 additions and 62355 deletions

11072
static/css/app.css Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,33 +0,0 @@
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in-up {
animation: fadeInUp 0.6s ease-out forwards;
}
.word-slider div {
position: absolute;
width: 100%;
opacity: 0;
transition: opacity 0.6s ease-in-out;
white-space: nowrap;
}
.word-slider div.is-visible {
opacity: 1;
position: relative;
}
.word-slider {
display: inline-block;
position: relative;
height: 2.5rem; /* Adjust height as needed */
}