diff --git a/src/Components/SearchSection.js b/src/Components/SearchSection.js index fac1acb0fc1bbf0423cc56a59eb93d6b4d4ca957..228d72b41c9762d19fc62fe0d73676ed36fc643a 100644 --- a/src/Components/SearchSection.js +++ b/src/Components/SearchSection.js @@ -84,7 +84,7 @@ class SearchSection extends Component{ <FaRegPlayCircle size="20px" style={{verticalAlign: "middle", paddingRight : "5px"}}/>VÃDEO DE APRESENTAÇÃO </span> </div> - <Row justify="center"> + <Row justify="center" style={{marginLeft:0, marginRight:0}}> <button style={{...buttonStyle, ...{backgroundColor: "#ff7f00",fontSize:"1.14em", outline:"none"}}} onClick={()=> {this.props.function("Recursos")}}>Recursos Educacionais Digitais</button> <button style={{...buttonStyle, ...{backgroundColor: "#e81f4f",fontSize:"1.14em", outline:"none"}}} onClick={()=> {this.props.function("Materiais")}}>Materiais de Formação</button> <button style={{...buttonStyle, ...{backgroundColor: "#673ab7",fontSize:"1.14em", outline:"none"}}} onClick={()=> {this.props.function("Colecoes")}}>Coleções dos Usuários</button>