@@ -18,33 +18,33 @@ blogs = blogs.sort(
1818--- 
1919
2020<Layout  {... metadata }>
21-   <section  class =" flex flex-col sm:flex-row justify-evenly  items-center py-14" 
22-     <div  class =" w-32  m-5 md:m-10 my-10" 
23-       <Icon  class =" h-8 md :h-12 " name =" simple-icons:angular" 
21+   <section  class =" flex flex-col sm:flex-row justify-between  items-center sm: py-14" 
22+     <div  class =" flex items-center justify-center sm:w-1/2  m-5 md:m-10 my-10" 
23+       <Icon  class =" h-12 lg :h-20 " name =" simple-icons:angular" 
2424    </div >
2525    <header  class =" max-w-xl sm:order-first" 
2626      <h1 
2727        class =" text-2xl sm:text-3xl font-bold mb-7 md:mb-5 text-center sm:text-left" 
2828      >
29-         Welcome to Angular Snippets, add a snippet and help community
29+         Welcome to Angular Snippets, add a snippet and help the  community
3030      </h1 >
31-       <p  class =" text-black  dark:text-zinc-300 mb-5 " 
31+       <p  class =" mb-4  text-base text-zinc-700  dark:text-zinc-300" 
3232        There are some code snippets which you may have created and want to
3333        share with the world!
3434      </p >
35-       <p  class =" text-black  dark:text-zinc-300" 
35+       <p  class =" text-zinc-700  dark:text-zinc-300" 
3636        This is the place to share your code snippets with the world. You can
3737        add your own snippets and help the community.
3838      </p >
3939    </header >
4040  </section >
4141  <section  class =" py-14" 
42-     <h1  class =" text-2xl  sm:text-3xl  font-bold mb-5 " h1 >
43-     <p  class =" text-black  dark:text-zinc-300 mb-2 " 
42+     <h1  class =" text-xl  sm:text-2xl  font-bold mb-2 " h1 >
43+     <p  class =" text-zinc-700  dark:text-zinc-300 mb-4 " 
4444      Looking for all snippets? Click the "snippets" or the "Show more snippets"
4545      link down below.
4646    </p >
47-     <ul  class =" flex flex-col justify-center py-5 " 
47+     <ul  class =" flex flex-col justify-center gap-4 sm:gap-6 pb-4 sm:pb-6 " 
4848      { 
4949        blogs .length  >=  1  && 
5050          blogs 
@@ -63,7 +63,7 @@ blogs = blogs.sort(
6363    </ul >
6464    <div  class =" text-center dark:text-zinc-300 text-zinc-200 mt-5" 
6565      <a 
66-         class =" flex items-center dark:bg-zinc-800 bg-zinc-200 dark:ring-zinc-700 hover:ring-2 ring-zinc-300 transition-all dark:text-white flex-col m-2 p-2 rounded-xl text-black" 
66+         class =" text-base  flex items-center dark:bg-zinc-800 bg-zinc-200/30  dark:ring-zinc-700 hover:ring-2 ring-zinc-300 transition-all dark:text-white flex-col m-2 p-2 rounded-xl text-black" 
6767        href =" /snippets" a 
6868      >
6969    </div >
0 commit comments