@@ -15,13 +15,16 @@ const config = useRuntimeConfig()
1515 <h1 >
1616 Subscribe
1717 </h1 >
18- <div class =" max-w-prose mx-auto p-4 space-y-4 " >
19- <div class =" flex items-center gap-2" >
18+ <p class =" text-center" >
19+ <span class =" text-sm text-gray-400" >click the following icons to copy</span >
20+ </p >
21+ <div class =" mx-auto p-8 flex flex-wrap justify-center items-center gap-16" >
22+ <div class =" flex flex-col items-center gap-2" >
2023 <CopyContent
2124 :content =" `${config.public.hostname}/rss.xml`"
2225 :icon-name =" 'fa-solid:rss-square'"
2326 :icon-color-class =" 'text-orange-400'"
24- :icon-size-class =" 'w-6 h-6 '"
27+ :icon-size-class =" 'w-36 h-36 '"
2528 />
2629 <NuxtLink
2730 to =" /rss.xml"
@@ -32,12 +35,12 @@ const config = useRuntimeConfig()
3235 </NuxtLink >
3336 </div >
3437
35- <div class =" flex items-center gap-2" >
38+ <div class =" flex flex-col items-center gap-2" >
3639 <CopyContent
3740 :content =" `${config.public.hostname}/sitemap.xml`"
3841 :icon-name =" 'majesticons:sitemap'"
3942 :icon-color-class =" 'text-purple-400'"
40- :icon-size-class =" 'w-6 h-6 '"
43+ :icon-size-class =" 'w-36 h-36 '"
4144 />
4245 <NuxtLink
4346 to =" /sitemap.xml"
@@ -65,9 +68,5 @@ const config = useRuntimeConfig()
6568 h2 {
6669 @apply py-8 text-2xl font-bold text-center
6770 }
68-
69- p {
70- @apply py-4 text-lg text-gray- 500
71- }
7271}
7372 </style >
0 commit comments