From b721d329a9aa38cc962ab8c50d3929a000fc0390 Mon Sep 17 00:00:00 2001 From: "Henrique V. Ehrenfried" <hvehrenfried@inf.ufpr.br> Date: Thu, 28 Jan 2021 10:06:32 -0300 Subject: [PATCH] Remove horizontal bar from homepage Signed-off-by: Henrique V. Ehrenfried <hvehrenfried@inf.ufpr.br> --- src/Components/SearchSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/SearchSection.js b/src/Components/SearchSection.js index fac1acb0..228d72b4 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> -- GitLab