From c8715bb9aa39e41eef3b2358b276441fb845fb87 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 9 Apr 2026 20:15:37 +0400 Subject: [PATCH] fix: icons pt4 --- apps/status/src/static/app.css | 2 +- apps/status/src/views/page.ejs | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/status/src/static/app.css b/apps/status/src/static/app.css index 29bdb14..296b905 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -36,7 +36,7 @@ body { margin: 0; background: var(--bg); color: var(--fg); font-family: -apple-s main { max-width: 880px; margin: 0 auto; padding: 3rem 1.5rem; } h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } .title-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; } -.title-row h1 { margin: 0; } +.title-row h1 { margin: 0; line-height: 1.2; } .json-link, .rss-link { color: var(--muted); display: inline-flex; align-items: center; transition: color 0.15s; } .json-link:hover { color: #60a5fa; } .rss-link:hover { color: #f59e0b; } diff --git a/apps/status/src/views/page.ejs b/apps/status/src/views/page.ejs index 57dc1dd..02c5b34 100644 --- a/apps/status/src/views/page.ejs +++ b/apps/status/src/views/page.ejs @@ -98,16 +98,16 @@

<%= page.title %>

- -