From fe15aabd379faf2213ec0e71c4d3fae1fa870706 Mon Sep 17 00:00:00 2001 From: da5nsy Date: Thu, 19 Mar 2026 14:09:46 +0000 Subject: [PATCH] make links not small --- assets/css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index 142eede..dbe6ade 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -69,6 +69,9 @@ p, li, a { font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; color: var(--cotech-white); font-weight: 300; +} + +p, li { line-height: 1.4; }