mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
make height constaint simpler
This commit is contained in:
@ -5,12 +5,16 @@
|
||||
{% include base/head.html %}
|
||||
</head>
|
||||
|
||||
<body class="antialiased cm-gray-1 min-h-screen">
|
||||
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
|
||||
<div class="flex-none">
|
||||
{% include base/header.html %}
|
||||
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<div class="flex-grow"></div>
|
||||
<div class="flex-none">
|
||||
{% include base/footer.html %}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user