theWitcher commited on
Commit
60e6cb2
·
1 Parent(s): 2f0117b

m,ake text bigger !

Browse files
Files changed (2) hide show
  1. index.html +1 -1
  2. tools.json +1 -1
index.html CHANGED
@@ -775,7 +775,7 @@ https://chatgpt.com/c/67efa5ae-ab80-8005-a7d4-de3ced6ccec4
775
  </div>
776
  ${tool.isNew ? '<span class="absolute top-2 left-2 bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded-full">חדש!</span>' : ''}
777
  </div>
778
- <p class="text-gray-700 mb-4 text-sm min-h-[60px]">${tool.description}</p>
779
  <div class="flex justify-between items-center mb-4">
780
  <div class="flex items-center gap-2">
781
  <div class="flex">${renderRatingStars(tool.rating)}</div>
 
775
  </div>
776
  ${tool.isNew ? '<span class="absolute top-2 left-2 bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded-full">חדש!</span>' : ''}
777
  </div>
778
+ <p class="text-gray-700 mb-4 text-base md:text-lg leading-relaxed min-h-[60px]">${tool.description}</p>
779
  <div class="flex justify-between items-center mb-4">
780
  <div class="flex items-center gap-2">
781
  <div class="flex">${renderRatingStars(tool.rating)}</div>
tools.json CHANGED
@@ -1142,7 +1142,7 @@
1142
  "isFeatured": true
1143
  },
1144
  {
1145
- "name": "stablediffusionweb",
1146
  "description": "גרסת אינטרנט של Stable Diffusion – יצירת תמונות מרהיבות בלי להוריד כלום.",
1147
  "category": "image",
1148
  "url": "https://stablediffusionweb.com/",
 
1142
  "isFeatured": true
1143
  },
1144
  {
1145
+ "name": "Stable Diffusion",
1146
  "description": "גרסת אינטרנט של Stable Diffusion – יצירת תמונות מרהיבות בלי להוריד כלום.",
1147
  "category": "image",
1148
  "url": "https://stablediffusionweb.com/",