Skip to content

Commit

Permalink
css optimizations better appearance on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
TaWei committed Feb 10, 2014
1 parent 648f85a commit 832331c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions public/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ body{

.media-heading{
font-weight:bold;
padding-left:15px;
}

.media{
Expand Down Expand Up @@ -108,6 +109,14 @@ input[type=text] {
font-size: 18px;
}


.navbar-toggle{
z-index: 100;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .collapsing{
border:0px;
}

.navbar{
font-family: coolveticaregular;
background: white;
Expand Down
4 changes: 2 additions & 2 deletions views/navbar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div id="logo" style="position:absolute; top:0px; left:0px;" width=300px>
<div id="logo" style="position:absolute; top:0px; left:0px; padding-right:150px;" width=300px>
<a href="#">
<img src = "img/banner.png" alt = "Sportr - Sweat.. with strangers!" />
<img class="img-responsive" src = "img/banner.png" alt = "Sportr - Sweat.. with strangers!" />
</a>
</div>
</div>
Expand Down

0 comments on commit 832331c

Please sign in to comment.