diff --git a/docs/pages/index.md b/docs/pages/index.md index 54d090c3ca099d2c1f4a08ad79f599d5fc012427..c6c73a6603c7ef7993d57742f438ce155de50bdb 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 81a34f0fcbb5ce4c0bd2f885100890b937070b4a..9081e442afa3e5432976b4ce7aac7754e3de3e59 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); }