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:
parent
be875a36e0
commit
1b55f83e96
@ -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;">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user