refactor: improve modal CTA layout with better spacing
- Swap order: subtext now appears above the button - Add more breathing room with increased margins (1.5rem top, 1rem bottom) - Creates clearer visual hierarchy and improved readability
This commit is contained in:
+2
-2
@@ -2866,8 +2866,8 @@ html {
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
color: #666;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user