diff --git a/run.py b/run.py index 83d471c8a901093eb815e17ef953a61f2cb59550..99ac8efef3202e0ea4880afe4178160df6d8a06d 100644 --- a/run.py +++ b/run.py @@ -28,4 +28,4 @@ if __name__ == '__main__': product_table.new_product('Santa Cruz Hightower', 3599.00, 2.2, 'SC_Hightower_frame.jpg', 'santa cruz', 'frame', 'A top-tier carbon fiber frame for all-mountain riding') if product_table.query.filter_by(product_name='Yeti SB165').first() is None: product_table.new_product('Yeti SB165', 2933.24, 2.1, 'SB165_frame.jpg', 'yeti', 'frame', 'A high-end carbon fiber frame for aggressive enduro riding') - app.run(debug = True) \ No newline at end of file + app.run(debug = True) diff --git a/shop/static/images/process_153_frame.jpg b/shop/static/images/process_153_frame.jpg index 292ec5b896e6a21850556384d17e6c71f123eae6..bda7b4eb48bbbc3d2b6fd51c32ebe6dab8aefc10 100644 Binary files a/shop/static/images/process_153_frame.jpg and b/shop/static/images/process_153_frame.jpg differ diff --git a/shop/static/styles.css b/shop/static/styles.css index f543afdd311424cb99c08f0adc03e17f67861bbc..5bc954910cbe280304670edac92d66ccae26ef1b 100644 --- a/shop/static/styles.css +++ b/shop/static/styles.css @@ -194,7 +194,6 @@ li { .navbar_item { font-size: 160%; } - } @media only screen and (max-width: 950px) { @@ -207,7 +206,6 @@ li { .navbar_item { font-size: 130%; } - } @media only screen and (max-width: 820px) { @@ -225,7 +223,6 @@ li { .navbar_item { font-size: 100%; } - } @media only screen and (max-width: 650px) { @@ -238,7 +235,6 @@ li { .navbar_item { font-size: 78%; } - } .cart_box {