Commit 503ef978 authored by Willard's avatar Willard

Restyle buttons, change offsets

parent a80dc0d7
......@@ -7,11 +7,11 @@
<div class="col-sm-4 col-sm-offset-2">
<h1>Hello, {{ owner.name }}</h1>
</div>
<div class="col-sm-3 col-sm-offset-1">
<div class="col-sm-2">
<a class="btn btn-primary btn-lg" href="{{url_for('new_stall')}}">Register a Stall</a>
</div>
<div class="col-sm-2">
<a class="btn btn-primary btn-lg" href="{{url_for('logout')}}">Logout</a>
<a class="btn btn-default btn-lg" href="{{url_for('logout')}}">Logout</a>
</div>
</div>
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment