Skip to content

Commit

Permalink
logo made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 14, 2016
1 parent dd7502c commit e1da1cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions app/styles/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
height: 40px;
margin-right: 5px;
margin-top: 5px;
float: left;
padding-left: 10px;
}



.text-block {
margin-top: 30px;
margin-bottom: 30px;
text-align: justify;
font-size: 2rem;
}

.love {
color: $red !important;
}

}

.love {
color: $red !important;
}
2 changes: 1 addition & 1 deletion app/views/shared/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-left"><img src="images/hbIcoWhite.png" class="img-responsive logo"></a>
<a href="#" class="navbar-left"><img src="images/hbIcoWhite.png" class="logo"></a>
<a class="navbar-brand" href="#">HAPPY<strong>BOTS</strong></a>
</div>

Expand Down

0 comments on commit e1da1cb

Please sign in to comment.