Skip to content

Commit

Permalink
#14 Making some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianaribeiro committed Nov 23, 2018
1 parent 7793f5f commit f69a014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;

}

strong{
Expand All @@ -23,7 +24,7 @@ h1 {
margin-bottom: 1em;
}

h3, h4, h5, h6 {
h3, h5, h6 {
color: #282e34;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion src/components/contents/dinamica02/modelagem_processo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ModelagemProcesso extends Component {
<h1>Modelagem de Processo</h1>
<div className="modelagem-photo">
<ReactFancyBox thumbnail={modelagemProcessoImage} image={modelagemProcessoImage}/>
<h4>É possível visualizar a imagem do processo <a href="https://drive.google.com/open?id=14fvoh9BOMa1FROG3TWlZCFxCgu5YDvH_">aqui</a> </h4>
<h6>É possível visualizar a imagem do processo <a href="https://drive.google.com/open?id=14fvoh9BOMa1FROG3TWlZCFxCgu5YDvH_">aqui</a> </h6>
</div>
<Markdown file="dinamica02/modelagem_processo" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/structures/homePage/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Home extends Component {
},
{
img: "luciana.jpeg",
name: "Luciana",
name: "Luciana Ribeiro",
git: "@lucianaribeiro",
email: "[email protected]"
},
Expand Down

0 comments on commit f69a014

Please sign in to comment.