Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
increase size of title
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 25, 2023
1 parent 2b36d6e commit 84e4321
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: mylayout.njk
---
<div>
<h2 style="color: darkblue">Citizen Knowledge Graph</h2>
<h2 class="title-header">Citizen Knowledge Graph</h2>
<br/>

<h3>Der Kontext</h3>
Expand Down
12 changes: 10 additions & 2 deletions src/static/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
}

0 comments on commit 84e4321

Please sign in to comment.