From 6ed0971d35fcd52b8baaac9946c22826d3efe6bb Mon Sep 17 00:00:00 2001 From: Roberto Beltran Date: Wed, 7 Oct 2020 01:32:50 -0400 Subject: [PATCH] adjust header font size --- searx/static/themes/courgette/css/style.css | 6 +++++- searx/static/themes/courgette/less/style.less | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/searx/static/themes/courgette/css/style.css b/searx/static/themes/courgette/css/style.css index e680eb62..6f447777 100644 --- a/searx/static/themes/courgette/css/style.css +++ b/searx/static/themes/courgette/css/style.css @@ -890,8 +890,12 @@ select { padding: 1em; font-size: 1.2em; } -.about-container h1, +.about-container h1 { + font-size: 1.5em; + line-height: 1.1; +} .about-container h2 { + font-size: 1.3em; line-height: 1.2; } .about-container a { diff --git a/searx/static/themes/courgette/less/style.less b/searx/static/themes/courgette/less/style.less index fe87e739..888848f1 100644 --- a/searx/static/themes/courgette/less/style.less +++ b/searx/static/themes/courgette/less/style.less @@ -776,7 +776,12 @@ select { margin: auto; padding: 1em; font-size: 1.2em; - h1, h2 { + h1 { + font-size: 1.5em; + line-height: 1.1; + } + h2 { + font-size: 1.3em; line-height: 1.2; } }