diff options
author | sptaule <lecas83@gmail.com> | 2022-01-27 11:28:21 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-27 11:28:21 +0100 |
commit | 9eeadd1e667d7908b1ffd707662676cee63d1ede (patch) | |
tree | dd4fd6b537d7244ed06ae74688065f3ac5fab7f8 /templates/documentation.html | |
parent | 9b4a937207e450f3651f7d0c68429689b7526df4 (diff) | |
download | garagehq.deuxfleurs.fr-9eeadd1e667d7908b1ffd707662676cee63d1ede.tar.gz garagehq.deuxfleurs.fr-9eeadd1e667d7908b1ffd707662676cee63d1ede.zip |
Fix blurry svg logo & misc QoL improvements
Diffstat (limited to 'templates/documentation.html')
-rw-r--r-- | templates/documentation.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/documentation.html b/templates/documentation.html index f425d6d..70ef6a3 100644 --- a/templates/documentation.html +++ b/templates/documentation.html @@ -9,11 +9,11 @@ <section class="section overflow-x-hidden"> <div class="grid grid-cols-1 xl:grid-cols-5"> {% include "partials/doc/global_toc.html" %} - <div class="col-span-3"> - <article class="box my-12 px-12"> + <div class="col-span-full xl:col-span-3"> + <article class="box my-12 px-6 lg:px-8 xl:px-12"> <div class="flex flex-col bg-gray-100 rounded-r shadow-sm w-full xl:w-max"> <div class="flex flex-col border-l-4 border-garage-orange py-2 px-4 relative"> - <h1 class="title leading-10 text-3xl text-garage-orange font-semibold"> + <h1 class="title leading-10 text-xl lg:text-2xl xl:text-3xl text-garage-orange font-semibold"> {{ page.title }} </h1> {% if page.description %} |