Skip to content

Commit c297744

Browse files
committed
Enhance header styling and logo size for improved visibility and aesthetics
1 parent 8a8ad7c commit c297744

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -642,16 +642,16 @@
642642
<div id="audio-visualizer"></div>
643643

644644
<div class="container">
645-
<header style="text-align: center; padding: 5px 0; margin: 0;">
646-
<div class="logo-container depth-element" style="margin-bottom: 3px;">
645+
<header style="text-align: center; padding: 20px 0; margin: 0;">
646+
<div class="logo-container depth-element" style="margin-bottom: 15px;">
647647
<a href="https://t.me/streamingteknival" target="_blank" rel="noopener">
648-
<img src="webtek_logo.png" alt="WebTeK Logo" id="logo" style="max-width: 60px; height: auto;">
648+
<img src="webtek_logo.png" alt="WebTeK Logo" id="logo" style="max-width: 150px; height: auto;">
649649
</a>
650650
</div>
651651
<div class="header-text" style="margin: 0;">
652-
<h1 id="main-title" style="margin: 3px 0; font-size: 1.3rem; line-height: 1.2;">WebTeK <br><span class="highlight">Streaming Teknival</span></h1>
653-
<p class="subtitle" style="margin: 2px 0; font-size: 0.65rem;">Since 2010 the most popular underground free tekno streaming teknival out there :)</p>
654-
<p style="color: #666; font-size: 0.6em; margin: 1px 0;"><i>// Open to all artists, collectives, aliens and hackers! //</i></p>
652+
<h1 id="main-title" style="margin: 10px 0; font-size: 3rem; line-height: 1.3;">WebTeK <br><span class="highlight">Streaming Teknival</span></h1>
653+
<p class="subtitle" style="margin: 8px 0; font-size: 1.2rem; font-weight: bold;">Since 2010 the most popular underground free tekno streaming teknival out there :)</p>
654+
<p style="color: #888; font-size: 1em; margin: 5px 0;"><i>// Open to all artists, collectives, aliens and hackers! //</i></p>
655655
</div>
656656
</header>
657657

0 commit comments

Comments
 (0)