From 7a9baad809eff63df17f2f0ae79acd5cd4187db4 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Wed, 27 Nov 2024 03:28:33 +0200 Subject: [PATCH] Update home page spacing --- docs/overrides/home.html | 111 ++++++++++++++++++++++++------------- docs/stylesheets/extra.css | 3 + 2 files changed, 74 insertions(+), 40 deletions(-) diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 0c97d5ac6..6525ab062 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -7,27 +7,15 @@ {{ super() }}
@@ -89,26 +122,24 @@ Outlines Logo
-

+

Structured text generation and robust prompting for language models

- - - -

Made with ❤️ by the team at .txt

diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 33783c153..e71a6124f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -112,6 +112,9 @@ h1.title { h2.subtitle { margin: 5px 0px 25px; + font-size: 1rem; + max-width: 540px; + margin: 0 auto; } .md-typeset {