Widen the competition log and update card backgrounds

Updated .competitions-inner max-width to 1400px and set .competition-card background to #0A0A0A in static/css/styles.css.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 5ba2f414-7d3a-4d90-8901-6e61008985a1
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/oRCRNHR
This commit is contained in:
abhiramtx
2025-11-08 23:47:52 +00:00
parent 4046646341
commit 2112cdcaff
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

View File

@@ -1028,7 +1028,7 @@ hr {
.competitions-inner {
width: 100%;
max-width: 900px;
max-width: 1400px;
}
.competition-year {
@@ -1055,7 +1055,7 @@ hr {
}
.competition-card {
background: var(--gray-900);
background: #0A0A0A;
padding: 48px;
border: 1px solid var(--gray-700);
border-radius: 16px;