diff --git a/shop/static/styles.css b/shop/static/styles.css index 540bb3b3fa73208c27077233d118a073414c9101..5c151eab223b5ca68da846d057d0ec5c4ff38783 100644 --- a/shop/static/styles.css +++ b/shop/static/styles.css @@ -20,9 +20,9 @@ a:link { } .item_home_img { - height: 200px; + height: 90%; float: right; - padding: 20px; + padding: 2%; } .home_side { @@ -132,7 +132,7 @@ a:link { .navbar_box { height: 70px; - width: 160px; + width: 200px; margin-top: 10px; margin-bottom: 10px; } @@ -142,19 +142,6 @@ a:link { border-right: 1px solid grey; } -.navbar_box_home { - height: 70px; - width: 160px; - margin-top: 10px; - margin-bottom: 10px; - margin-left: 10px; -} - -.navbar_box_home:hover { - border-left: 1px solid grey; - border-right: 1px solid grey; -} - li { float: left; } @@ -175,6 +162,7 @@ li { .navbar_item { display: block; + font-family: Andale Mono, monospace; color: grey; font-size: 200%; text-align: center; @@ -429,6 +417,7 @@ li { .start_shopping_text { color: white; font-size: 400%; + font-family: Andale Mono, monospace; } .start_shopping_text:hover { diff --git a/shop/templates/layout.html b/shop/templates/layout.html index 3c19598d406b2339166553cd5953bbeb7609b753..a643c4901220d3af960c740e208bb7f868a23b0f 100644 --- a/shop/templates/layout.html +++ b/shop/templates/layout.html @@ -37,8 +37,8 @@ alt="logo image" /> </div> <ul class = "navbar"> - <li><div class = "navbar_box_home"><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('shopping') }}">Shopping</a></div></li> + <li><div class = "navbar_box"><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> {% if current_user.is_authenticated %}