galb-dai commited on
Commit
ba1146a
·
1 Parent(s): 4888ceb

Update CSS.

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +2 -0
src/display/css_html_js.py CHANGED
@@ -102,6 +102,8 @@ custom_css = """
102
  }
103
  #learn-more-pill button:hover { filter: brightness(0.95) !important; }
104
 
 
 
105
  /* Text */
106
  .f1-p, .f1-li { line-height: 1.75; color: #374151; text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
107
 
 
102
  }
103
  #learn-more-pill button:hover { filter: brightness(0.95) !important; }
104
 
105
+ #landing-hero-row div { min-width: 70%; }
106
+
107
  /* Text */
108
  .f1-p, .f1-li { line-height: 1.75; color: #374151; text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
109