galb-dai commited on
Commit
07ac8d6
·
1 Parent(s): 30b8487

Update CSS.

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