@@ -109,7 +109,7 @@ function clean_str($str) {
if (str_contains(strtoupper($item_title), strtoupper("sports")))
{
- echo '<p style="font-size: 1;">⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 🏆 🏟 ⛹️ <a href="$item_link">happened</a></p>'; // 🧒 👦 👦 👨👦👦
+ echo '<p class="sports" style="font-size: 4px;">⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 🏆 🏟 ⛹️ <a href="$item_link">happened</a></p>'; // 🧒 👦 👦 👨👦👦
continue;
}