Ver código fonte

🐛fix: use smaller gaps under route title

Naz 1 mês atrás
pai
commit
bfed6c8924

+ 1 - 1
src/routes/download/+page.svelte

@@ -15,7 +15,7 @@
 
   <p class="text-lg">Download the latest version of RhazesEMR</p>
 
-  <div class="flex flex-wrap justify-center mt-10">
+  <div class="flex flex-wrap justify-center mt-5">
     <Card.Root class="w-[380px] m-2">
       <Card.Header>
         <Card.Title>Windows Installer</Card.Title>

+ 1 - 1
src/routes/features/+page.svelte

@@ -56,7 +56,7 @@
 
   <p class="text-lg">RhazesEMR features & capabilities</p>
 
-  <div class="flex flex-wrap justify-center mt-10 max-w-3xl">
+  <div class="flex flex-wrap justify-center mt-5 max-w-3xl">
     {#each features as feature}
       <Card.Root class="m-2">
         <Card.Content class="flex">