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:
@@ -456,8 +456,8 @@ hr {
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: 20px;
|
||||
padding: 48px;
|
||||
margin: 0 auto;
|
||||
padding: 24px;
|
||||
margin: 48px auto;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user