From c7cf9a298d956710b694ad5f4ea7611bb3769072 Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com> Date: Wed, 17 Apr 2024 21:30:06 +0200 Subject: [PATCH] chore(docs): more Resonance --- docs/pages/index.md | 10 ++++------ resources/css/docs-common.css | 5 +++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/pages/index.md b/docs/pages/index.md index 54d090c3..c6c73a66 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -17,13 +17,11 @@ description: > <div class="homepage__content"> <hgroup class="homepage__title"> <h1>PHP Framework for Next-Gen Web Apps</h1> - <h2> - Connect, Converse, Create - </h2> + <h2>Resonance: Connect, Converse, Create</h2> <p> - Resonance is designed from the ground up to facilitate - interoperability and messaging between services in your - infrastructure and beyond. It provides AI capabilities, + PHP Resonance Framework is designed from the ground up to + facilitate interoperability and messaging between services in + your infrastructure and beyond. It provides AI capabilities, has a built in web server and integrates with llama.cpp. </p> <p> diff --git a/resources/css/docs-common.css b/resources/css/docs-common.css index 81a34f0f..9081e442 100644 --- a/resources/css/docs-common.css +++ b/resources/css/docs-common.css @@ -34,11 +34,13 @@ --z-index-edit-on-github: 4; @media screen and (max-height: 1199px) { + --font-size-bigger: 20px; --font-size-base: 18px; --font-size-code: 16px; --font-size-smaller: 16px; } @media screen and (min-height: 1200px) { + --font-size-bigger: 22px; --font-size-base: 20px; --font-size-code: 18px; --font-size-smaller: 18px; @@ -232,6 +234,9 @@ a:active, white-space: nowrap; } +.primary-navigation a:first-of-type { +} + .primary-navigation a.active { color: var(--color-link-active); } -- GitLab