JeCabrera commited on
Commit
cdb0a9a
·
verified ·
1 Parent(s): 95ecd64

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +2 -2
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: 15px;
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: 15px;">
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>