Skip to content

Commit

Permalink
Putting outside of the container tag and changin the green background
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeBorges committed Aug 26, 2014
1 parent b8f9ddf commit 2a932ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1 style = "color:#3D5E2C"> Cursos em Destaque </h1>
</div>


<section class = "container">
<!-- <section class = "container"> -->
<h1 style = "color:#3D5E2C"> Curriculum Maps </h1>

<div style="padding: 40px;">
Expand All @@ -112,7 +112,7 @@ <h1 style = "color:#3D5E2C"> Curriculum Maps </h1>
</div>
</div>

</section>
<!-- </section> -->



Expand Down Expand Up @@ -529,7 +529,7 @@ <h1 style = "color:#3D5E2C"> Curriculum Maps </h1>
}

#owl-demo2 .item{
background: #3fbf79;
/*background: #3fbf79;*/
/*width: 360px;*/
height: 200px;
/*padding: 30px 0px;*/
Expand All @@ -541,7 +541,7 @@ <h1 style = "color:#3D5E2C"> Curriculum Maps </h1>
text-align: center;
}
#cm .item{
background: #3fbf79;
/*background: #3fbf79;*/
/*width: 360px;*/
height: 200px;
/*padding: 30px 0px;*/
Expand Down

0 comments on commit 2a932ce

Please sign in to comment.