Update CSS will-change property and add min-height to hero section; enhance JS card animation with reduced motion support
This commit is contained in:
@@ -560,7 +560,7 @@ p:last-child { margin-bottom: 0; }
|
||||
animation: dc-breathe 8s ease-in-out infinite;
|
||||
pointer-events: none;
|
||||
display: block;
|
||||
will-change: transform;
|
||||
will-change: filter;
|
||||
}
|
||||
|
||||
.hero-overlay {
|
||||
@@ -2061,6 +2061,7 @@ p:last-child { margin-bottom: 0; }
|
||||
border: none !important;
|
||||
border-radius: 0;
|
||||
aspect-ratio: unset;
|
||||
min-height: 300px;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user