Skip to content

Commit

Permalink
Fix mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hoffman committed May 14, 2014
1 parent 2740c2a commit 44221ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<link href="/html/less/css/app.css" rel="stylesheet" type="text/css">

<title>OpenBazaar - Decentralized markets for the masses</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

</head>


Expand Down Expand Up @@ -68,8 +71,8 @@ <h3 class="modal-title">Welcome to OpenBazaar</h3>
<div id="header">

<!-- Logo -->
<div class="col-sm-4" >
<a href="/"><img src="https://raw.githubusercontent.com/OpenBazaar/OpenBazaar/gh-pages/img/logo_alt1-b-h.png" height="100"/></a>
<div class="col-sm-2" >
<a href="/"><img src="https://raw.githubusercontent.com/OpenBazaar/OpenBazaar/gh-pages/img/logo_alt1-b-h.png" style="max-height:100px;" /></a>
</div>

<!-- Search and Navigation -->
Expand Down

0 comments on commit 44221ac

Please sign in to comment.