Refine top banner responsive styles and animation details

This commit is contained in:
akcodez
2025-02-18 13:45:46 -08:00
parent 1d2b8abdcf
commit d6c1561f8b
2 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
text-decoration: none;
color: $white;
.button-icon{
animation: iconJitter 0.7s ease-in-out forwards;
animation: iconJitter 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
}
@@ -53,16 +53,25 @@
@media (max-width: 768px) {
font-size: 18px;
padding: 11px 35px;
.button-text{
margin-bottom: 4px;
}
}
@media (max-width: 564px) {
font-size: 15px;
padding: 5px 40px;
.button-text{
margin-bottom: 0px;
}
.banner-event-details{
gap: 0px !important;
flex-direction: column;
text-align: left;
line-height: 21px;
.event-date{
position: relative;
top: -5px;
}
}
.banner-button{
align-self: baseline;