Skip to content

Commit dbb7278

Browse files
committed
fix: update ethereum-repo-rank header and adjust CSS for consistent layout
1 parent 1d5d982 commit dbb7278

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

notebooks/insights/ethereum-repo-rank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@app.cell(hide_code=True)
1313
def _(mo):
14-
_header_html = '<div class="ddp-header"><h1>Repo Rank</h1><p>Tracking which repos are trending in the Ethereum builder community.</p><div class="ddp-header-meta"><span style="display:inline-flex;align-items:center;gap:4px;"><span class="ddp-live-dot"></span> Live data</span><span>Created: <span class="ddp-badge">2026-03-16</span></span></div></div>'
14+
_header_html = '<div class="ddp-header"><h1>Ethereum Repo Rank</h1><p>Trending repos and scouts in the Ethereum builder community.</p><div class="ddp-header-meta"><span style="display:inline-flex;align-items:center;gap:4px;"><span>Created: <span class="ddp-badge">2026-03-16</span></span></div></div>'
1515
mo.Html(_header_html)
1616
return
1717

notebooks/styles/_root.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
* Prose-optimized layout for documentation/onboarding content.
55
*/
66

7-
/* Constrain prose width for readability */
8-
.marimo-output > div {
9-
max-width: 720px;
10-
margin-left: auto;
11-
margin-right: auto;
12-
}
7+
/* Use same 1100px as base — consistent across all variants */
138

149
/* Accordion styling */
1510
details {

0 commit comments

Comments
 (0)