Make homepage hero full width
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 34s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 34s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<section class="page-hero">
|
<section class="page-hero page-hero-single">
|
||||||
<div class="page-hero-copy">
|
<div class="page-hero-copy">
|
||||||
<span class="eyebrow">Peya Merge-Mining Pool</span>
|
<span class="eyebrow">Peya Merge-Mining Pool</span>
|
||||||
<h3>Live visibility into pool performance, parent-chain state, and payout flow.</h3>
|
<h3>Live visibility into pool performance, parent-chain state, and payout flow.</h3>
|
||||||
|
|||||||
@@ -158,6 +158,10 @@ footer a {
|
|||||||
grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
|
grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-hero-single {
|
||||||
|
grid-template-columns: minmax(0, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
.page-hero-copy,
|
.page-hero-copy,
|
||||||
.page-hero-panel,
|
.page-hero-panel,
|
||||||
.lookup-panel,
|
.lookup-panel,
|
||||||
|
|||||||
Reference in New Issue
Block a user