Improve site layout and center content across mobile and desktop views
Updates CSS to center content and icons on various pages (competitions, contact, contributors, sponsors) and adjusts horizontal rule styling. Modifies HTML structure in competitions.html for better content organization. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 07c2b9b6-4a76-4da2-ad04-fcaacb16832a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/SuPUNrT
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
<div class="contact">
|
||||
<br>
|
||||
<h1 class="heading" id="spon"><span class="emoji contact">Contact</span></h1>
|
||||
<hr>
|
||||
<p class="info">🌐 you can find us on several platforms! 🌐</p>
|
||||
<div class="contact-container">
|
||||
<div class="card-container">
|
||||
<hr>
|
||||
<div class="team-info">
|
||||
<div class="content-container">
|
||||
<p class="info">🌐 you can find us on several platforms! 🌐</p>
|
||||
<div class="contact-container">
|
||||
<div class="card-container">
|
||||
<a href="https://www.instagram.com/technicalturbulence23344/" target="_blank" class="card">
|
||||
<div class="card-content">
|
||||
<img src="{{ url_for('static', filename='images/insta5.png') }}" alt="Image 1">
|
||||
@@ -25,7 +27,9 @@
|
||||
<div class="card-content">
|
||||
<img src="{{ url_for('static', filename='images/youtubee.png') }}" alt="Image 3">
|
||||
</div>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user