diff --git a/src/App.svelte b/src/App.svelte index 9fa1161..ea46a67 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -171,7 +171,7 @@ @apply text-center text-lg text-gray-500 font-bold pb-6; } .card-items { - @apply md:items-center md:flex mb-6; + @apply md:items-center lg:items-end 2xl:items-end md:flex mb-6; } .widget-descr-gray-left { @apply content-center pr-4 block text-gray-500 font-bold md:text-left; diff --git a/src/Myinput.svelte b/src/Myinput.svelte index 2852eb3..dad2557 100644 --- a/src/Myinput.svelte +++ b/src/Myinput.svelte @@ -13,14 +13,14 @@
-
+
-
+
{#if type == "number"} - + {/if} {#if type == "text"} @@ -29,7 +29,7 @@ {/if} {#if type == "time"} - + {/if}