We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5135d9b commit 1815682Copy full SHA for 1815682
2 files changed
landing.php
@@ -255,7 +255,7 @@ function drawBranchInfo(array $release): void
255
256
<div style="background: #202127; position: relative" >
257
<?php foreach ($heroCards as $heroCard) { ?>
258
- <div class="hero-bg" id="<?= safe($heroCard->id . '-cover') ?>"></div>
+ <div class="hero-cards-bg" id="<?= safe($heroCard->id . '-cover') ?>"></div>
259
<?php } ?>
260
261
<div class="landing-section" style="position: relative; z-index: 1">
styles/landing.css
@@ -407,7 +407,7 @@
407
outline: 4px solid #818cf8;
408
}
409
410
-.hero-bg {
+.hero-cards-bg {
411
transition: all 0.5s ease-in-out;
412
position: absolute;
413
inset: 0;
0 commit comments