Skip to content

Commit

Permalink
html change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpassos committed Oct 4, 2016
1 parent 6703a50 commit 4952eca
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
20 changes: 11 additions & 9 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
@import 'materialize';
@import 'ember-cli-materialize';

body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

.main {
flex: 1 0 auto;
}

.tags-item {
background-color:green !important;
}
Expand Down Expand Up @@ -108,12 +118,4 @@ img {
white-space: nowrap;
z-index: 1;
will-change: width, height;
}








}
12 changes: 8 additions & 4 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{{partial 'navbar'}}
<header>
{{partial 'navbar'}}
</header>

<div class="section index-banner">
{{outlet}}
</div>
<main>
<div class="section index-banner">
{{outlet}}
</div>
</main>

{{partial 'footer'}}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4952eca

Please sign in to comment.