From 20a29a701f20e3f0ba094194a2870ed90cae6624 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 20 May 2024 22:25:19 -0400 Subject: Make shortened URLs fit in the URL bar on mobile --- static/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/mobile.css b/static/css/mobile.css index f5396ba..650e212 100644 --- a/static/css/mobile.css +++ b/static/css/mobile.css @@ -25,7 +25,7 @@ flex-grow: 1; } .form-element input, .form-element button { - font-size: 18pt; + font-size: 16pt; } #content #rhs { margin: 1.5rem; -- cgit v1.2.3