Auto commit: 2026-02-15T15:17:29.939Z

This commit is contained in:
Flatlogic Bot 2026-02-15 15:17:29 +00:00
parent a1a37f4953
commit c000e0b137
2 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

View File

@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php';
track_visitor();
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/images/featured.jpg';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-151251-1c7b1936.png';
// WhatsApp info
$whatsapp_number = '+5359177041';
@ -312,21 +312,21 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe
/* Right Side: Featured Image */
.image-section {
flex: 1.2;
flex: 2;
display: flex;
justify-content: center;
align-items: center;
padding-left: 2rem;
padding-left: 3rem;
}
.featured-img-container {
width: 100%;
max-width: 600px;
max-width: 900px;
position: relative;
border-radius: 24px;
border-radius: 32px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
aspect-ratio: 16 / 9;
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
aspect-ratio: 16 / 10;
}
.featured-img-container img {
@ -488,7 +488,7 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe
<!-- Right Section: Featured Image -->
<section class="image-section">
<div class="featured-img-container">
<img src="assets/images/featured.jpg" alt="Lili Records Featured">
<img src="assets/pasted-20260215-151251-1c7b1936.png" alt="Lili Records Featured">
</div>
</section>
</div>