Skip to content
Snippets Groups Projects
Commit b647e995 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Emmanuel Raviart
Browse files

Réduit padding-top du Scholar waterfall

parent 2c8db27b
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@
<div class="bg-opacity-40 flex-wrap w-3/5 shadow-lg">
<div class="flex ">
<!-- Navigation dispositifs-->
<div class="w-3/5 px-2 pt-5 pb-2 ">
<div class="w-3/5 px-2 pt-2 pb-2 ">
{#each nodes as node, index}
<div
class=" flex h-7 my-1 whitespace-nowrap hover:whitespace-normal"
......@@ -273,7 +273,7 @@
{/each}
</div>
<!-- ticket de caisse-->
<div class="w-2/5 flex pt-5 mr-2">
<div class="w-2/5 flex pt-2 mr-2">
<div class="flex-col">
{#each nodes as node, index}
<div
......@@ -349,7 +349,7 @@
<!-- Waterfall-->
<div
class="flex flex-1 flex-col min-w-min pt-5 mr-2 "
class="flex flex-1 flex-col min-w-min pt-2 mr-2 "
bind:offsetWidth={waterfallWidth}
>
{#each nodes as node, index}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment