mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-25 16:58:03 -05:00
A new documentation website. And: * add actions for doc * update docstr * installation instructions for doc dev * unify README and Getting Started * rename notebook * doc about best_model_for_estimator #340 * docstr for keep_search_state #340 * DNN Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> Co-authored-by: Z.sk <shaokunzhang@psu.edu>
14 lines
191 B
CSS
14 lines
191 B
CSS
/* stylelint-disable docusaurus/copyright-header */
|
|
|
|
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 120px;
|
|
width: 200px;
|
|
}
|