diff options
Diffstat (limited to 'templates/documentation.html')
-rw-r--r-- | templates/documentation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/documentation.html b/templates/documentation.html index 70ef6a3..55a5c61 100644 --- a/templates/documentation.html +++ b/templates/documentation.html @@ -6,10 +6,10 @@ {% block content %} {% set section = get_section(path="documentation/_index.md") %} - <section class="section overflow-x-hidden"> + <section id="documentation-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-full xl:col-span-3"> + <div class="col-span-full xl:col-span-3" style="min-height:85vh;"> <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"> |