improving localdocker responsiveness

This commit is contained in:
LL
2022-08-31 01:05:44 -03:00
parent 008d090093
commit e6035d5479
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
export let loading = false;
</script>
<div class="flex items-center py-4 pr-8">
<div class="flex items-center py-4 pr-8 max-w-xs">
<div class="flex w-96 flex-col">
<div class="text-xs font-bold text-stone-100 md:text-base">{title}</div>
<Explainer text={description} />