We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017e6b9 commit 0dc1fb1Copy full SHA for 0dc1fb1
1 file changed
src/components/ingredients/Ingredients.svelte
@@ -6,12 +6,12 @@
6
</script>
7
8
<div class="bg-slate-200 rounded mb-4 overflow-x-auto">
9
- <table class="w-full text-nowrap whitespace-nowrap">
+ <table class="w-full text-nowrap whitespace-nowrap text-sm md:text-base">
10
<thead class="text-left">
11
<tr class="border-b-2 border-slate-400">
12
<th class="p-2">Ingredient</th>
13
- <th class="p-2">Allergieën</th>
14
- <th class="p-2">Hoeveelheid p.p.</th>
+ <th class="p-2 hidden sm:table-cell">Allergieën</th>
+ <th class="p-2">p.p.</th>
15
<th class="p-2">Totaal</th>
16
</tr>
17
</thead>
0 commit comments