Reduce vertical spacing within horizontal rule elements
Update CSS for `hr` elements to halve the top and bottom margin from 48px to 24px in `static/css/styles.css`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 75bceff7-98f2-4f6e-ae8e-e735399a1fe8 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e1ff805b-39a9-4e33-97f8-c97fa7ad62f5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/75bceff7-98f2-4f6e-ae8e-e735399a1fe8/z0JFAvo
This commit is contained in:
BIN
attached_assets/image_1762647508345.png
Normal file
BIN
attached_assets/image_1762647508345.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -457,7 +457,7 @@ hr {
|
|||||||
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: 48px;
|
||||||
margin: 48px auto;
|
margin: 24px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user