Skip to content

Commit 6657b18

Browse files
committed
docs(css): improve site title readability and alignment
1 parent 8ddea73 commit 6657b18

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
title: Spring Boot OpenAPI Generics Clients
22
description: Type-safe OpenAPI clients with generics (Spring Boot + OpenAPI Generator)
33

4+
just_the_docs:
5+
custom_css: assets/css/custom.css
6+
47
remote_theme: just-the-docs/just-the-docs
58

69
plugins:

docs/assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.site-title {
2+
font-size: 1.25rem !important;
3+
font-weight: 600 !important;
4+
white-space: normal !important;
5+
line-height: 1.3 !important;
6+
text-align: center !important;
7+
}

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ This site is generated from the [
1313

1414
---
1515

16-
---
17-
layout: default
18-
title: Adoption Guides
19-
nav_order: 2
20-
has_children: true
21-
---
22-
2316
## 📘 Adoption Guides
2417

2518
* [Server-Side Adoption](adoption/server-side-adoption.md)

0 commit comments

Comments
 (0)