Xen 1 éve
szülő
commit
dcef9a7df7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

@@ -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;
 		}