From 84e4321d355513855b7494e3975768a015c70f1e Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Wed, 25 Oct 2023 11:04:39 +0200 Subject: [PATCH] increase size of title --- src/index.md | 2 +- src/static/css/bundle.css | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/index.md b/src/index.md index efe58cb..17813d0 100644 --- a/src/index.md +++ b/src/index.md @@ -2,7 +2,7 @@ layout: mylayout.njk ---
-

Citizen Knowledge Graph

+

Citizen Knowledge Graph


Der Kontext

diff --git a/src/static/css/bundle.css b/src/static/css/bundle.css index ca68729..a3d306f 100644 --- a/src/static/css/bundle.css +++ b/src/static/css/bundle.css @@ -11,7 +11,7 @@ body, p, a { top: 0; left: 0; width: 100%; - background-color: darkblue; + background-color: white; padding: 20px 0; z-index: 10; display: flex; @@ -27,7 +27,8 @@ body, p, a { } .navbar a { - color: white; + color: darkblue; + font-weight: bold; margin-right: 15px; /* Space between links, remove margin from the last link */ text-decoration: none; } @@ -57,3 +58,10 @@ body, p, a { .central-container p { margin-bottom: 20px; /* Space between paragraphs or content */ } + +.title-header { + font-size: 60px; + font-weight: bold; + margin-bottom: 20px; + color: darkblue; +}