Add space between the horizontal rule and container elements on the homepage

Adjusted padding and margin for the hr element in static/css/styles.css to create vertical spacing between the horizontal rule and adjacent container elements on the homepage.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 75bceff7-98f2-4f6e-ae8e-e735399a1fe8
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 9ca58d30-e08d-464e-8ecf-426f3cb20b66
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/75bceff7-98f2-4f6e-ae8e-e735399a1fe8/5oUUAgo
This commit is contained in:
abhiramtx
2025-11-09 00:22:44 +00:00
parent 179f07bf75
commit 94745bf175

View File

@@ -456,8 +456,8 @@ hr {
-webkit-backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 20px; border-radius: 20px;
padding: 48px; padding: 24px;
margin: 0 auto; margin: 48px auto;
position: relative; position: relative;
z-index: 1; z-index: 1;
} }