Skip to content
Snippets Groups Projects
Commit b6a0c083 authored by Michael Drury's avatar Michael Drury
Browse files

fixed up so home on navbar looks a bit better

parent 55ffb51a
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,19 @@ a:link {
margin-bottom: 10px;
}
.navbar_box_home {
height: 70px;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
}
.navbar_box_home:hover {
border-left: 1px solid grey;
border-right: 1px solid grey;
}
.navbar_box:hover {
border-left: 1px solid grey;
border-right: 1px solid grey;
......
......@@ -37,7 +37,7 @@
alt="logo image" />
</div>
<ul class = "navbar">
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('home') }}">Home</a></div></li>
<li><div class = "navbar_box_home"><a class = "navbar_item" href="{{ url_for('home') }}">Home</a></div></li>
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('shopping') }}">Shopping</a></div></li>
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('cart') }}">Cart</a></div></li>
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('wishlist') }}">Wishlist</a></div></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment