From 70c42fabfb85cc85e992b2662e9ae86bd0acb4d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 20 Apr 2026 21:09:50 +0300 Subject: [PATCH] chore(mobile/setup): smaller headings --- apps/client/src/setup.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/setup.css b/apps/client/src/setup.css index 13debde7fe..6df140773b 100644 --- a/apps/client/src/setup.css +++ b/apps/client/src/setup.css @@ -78,8 +78,12 @@ body.setup { } h3 { - font-size: 1.5em; + font-size: 1.15em; font-weight: normal; + + body.desktop & { + font-size: 1.5em; + } } p:last-of-type {