2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-29 14:06:45 +00:00

fix flex layout

This commit is contained in:
Matthias Mair 2022-04-22 20:05:15 +02:00
parent be875a36e0
commit 1b55f83e96

View File

@ -5,12 +5,12 @@ notitle: true
<h2>{{ page.name }}</h2> <h2>{{ page.name }}</h2>
{% include partial/publisher_ref.html pub=page.publisher %} {% include partial/publisher_ref.html pub=page.publisher %}
<div class="flex sm:flex-none flex-row"> <div class="md:flex md:flex-row">
<div class="w-3/4"> <div class="w-full md:w-3/4 mr-px">
{{ content }} {{ content }}
</div> </div>
<div class="w-1/4"> <div class="w-full md:w-1/4">
<h2 class="block sm:hidden">Link section</h2> <h2 class="block sm:hidden">Link section</h2>
<div class="position-sticky" style="top: 2rem;"> <div class="position-sticky" style="top: 2rem;">