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:
BIN
attached_assets/image_1762645665398.png
Normal file
BIN
attached_assets/image_1762645665398.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 399 KiB |
@@ -1028,7 +1028,7 @@ hr {
|
|||||||
|
|
||||||
.competitions-inner {
|
.competitions-inner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 900px;
|
max-width: 1400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.competition-year {
|
.competition-year {
|
||||||
@@ -1055,7 +1055,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.competition-card {
|
.competition-card {
|
||||||
background: var(--gray-900);
|
background: #0A0A0A;
|
||||||
padding: 48px;
|
padding: 48px;
|
||||||
border: 1px solid var(--gray-700);
|
border: 1px solid var(--gray-700);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user