Skip to content

Commit 1815682

Browse files
author
Mark Randall
committed
Shimmer mi timbers, I collided the CSS names.
1 parent 5135d9b commit 1815682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

landing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function drawBranchInfo(array $release): void
255255

256256
<div style="background: #202127; position: relative" >
257257
<?php foreach ($heroCards as $heroCard) { ?>
258-
<div class="hero-bg" id="<?= safe($heroCard->id . '-cover') ?>"></div>
258+
<div class="hero-cards-bg" id="<?= safe($heroCard->id . '-cover') ?>"></div>
259259
<?php } ?>
260260

261261
<div class="landing-section" style="position: relative; z-index: 1">

styles/landing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
outline: 4px solid #818cf8;
408408
}
409409

410-
.hero-bg {
410+
.hero-cards-bg {
411411
transition: all 0.5s ease-in-out;
412412
position: absolute;
413413
inset: 0;

0 commit comments

Comments
 (0)