fix: responsive tags layout on mobile

This commit is contained in:
Maxim
2025-12-12 20:56:00 +03:00
parent f3203bb559
commit ad793a1f51

View File

@@ -95,10 +95,10 @@ function trackChannel() {
<p class="text-lg font-semibold text-slate-900">AI-собеседник и мгновенные подсказки</p>
</div>
</div>
<div class="mt-4 grid grid-cols-3 gap-2 text-xs text-slate-700">
<span class="rounded-full bg-blue-50 px-3 py-2 text-center text-blue-800">Ресторан</span>
<span class="rounded-full bg-indigo-50 px-3 py-2 text-center text-indigo-800">Путешествия</span>
<span class="rounded-full bg-slate-100 px-3 py-2 text-center text-slate-800">Работа</span>
<div class="mt-4 flex flex-wrap justify-center gap-2 text-xs text-slate-700">
<span class="rounded-full bg-blue-50 px-3 py-2 text-blue-800">Ресторан</span>
<span class="rounded-full bg-indigo-50 px-3 py-2 text-indigo-800">Путешествия</span>
<span class="rounded-full bg-slate-100 px-3 py-2 text-slate-800">Работа</span>
</div>
</div>
</div>