From 5a72497acd4841a831214087e568041dfd584572 Mon Sep 17 00:00:00 2001 From: paul-nothaft <40865108-paul-nothaft@users.noreply.replit.com> Date: Fri, 24 Oct 2025 10:31:45 +0000 Subject: [PATCH] Improve overall styling and layout across the application Update CSS variables and component styles for improved visual consistency and responsiveness. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/HdLXOOf --- .replit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.replit b/.replit index a572720..e741c9a 100644 --- a/.replit +++ b/.replit @@ -14,6 +14,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 33611 +externalPort = 4200 + [[ports]] localPort = 35345 externalPort = 3002