From b9faa899d54ea52e09c2979524f39ab8f64e8c94 Mon Sep 17 00:00:00 2001 From: rami Date: Fri, 6 Dec 2024 23:12:25 -0500 Subject: [PATCH] made landing page font scale with resolution --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 9144152..b79fe91 100755 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ padding: 0; color: #d3c6aa; font-family: 'Ubuntu Mono', monospace; - font-size: 30px; + font-size: 3vw; } .gitea {