Explorar el Código

smaller sports

Xen hace 1 año
padre
commit
dcef9a7df7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}