Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -45,7 +45,7 @@ def get_custom_css():
|
|
45 |
text-align: center;
|
46 |
display: flex;
|
47 |
justify-content: center;
|
48 |
-
margin-top:
|
49 |
width: 80%;
|
50 |
margin-left: auto;
|
51 |
margin-right: auto;
|
@@ -126,7 +126,7 @@ def get_response_html_wrapper(content):
|
|
126 |
Wraps content in a styled div with COPYXPERT branding
|
127 |
"""
|
128 |
return f"""
|
129 |
-
<div style="padding: 15px; border: 2px solid #3D89B8; border-radius: 8px; box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1); margin-bottom:
|
130 |
<h3 style="color: #1A3A5F; padding-bottom: 10px; border-bottom: 1px solid #3D89B8; margin-bottom: 15px;">Oferta Generada</h3>
|
131 |
<p>{content}</p>
|
132 |
</div>
|
|
|
45 |
text-align: center;
|
46 |
display: flex;
|
47 |
justify-content: center;
|
48 |
+
margin-top: 10px;
|
49 |
width: 80%;
|
50 |
margin-left: auto;
|
51 |
margin-right: auto;
|
|
|
126 |
Wraps content in a styled div with COPYXPERT branding
|
127 |
"""
|
128 |
return f"""
|
129 |
+
<div style="padding: 15px; border: 2px solid #3D89B8; border-radius: 8px; box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1); margin-bottom: 10px;">
|
130 |
<h3 style="color: #1A3A5F; padding-bottom: 10px; border-bottom: 1px solid #3D89B8; margin-bottom: 15px;">Oferta Generada</h3>
|
131 |
<p>{content}</p>
|
132 |
</div>
|