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

added and removed some newline to improve looks and edited a photo

parent a4e945cf
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,4 @@ if __name__ == '__main__': ...@@ -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') 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: 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') 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) app.run(debug = True)
\ No newline at end of file
shop/static/images/process_153_frame.jpg

35 KiB | W: | H:

shop/static/images/process_153_frame.jpg

55.4 KiB | W: | H:

shop/static/images/process_153_frame.jpg
shop/static/images/process_153_frame.jpg
shop/static/images/process_153_frame.jpg
shop/static/images/process_153_frame.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -194,7 +194,6 @@ li { ...@@ -194,7 +194,6 @@ li {
.navbar_item { .navbar_item {
font-size: 160%; font-size: 160%;
} }
} }
@media only screen and (max-width: 950px) { @media only screen and (max-width: 950px) {
...@@ -207,7 +206,6 @@ li { ...@@ -207,7 +206,6 @@ li {
.navbar_item { .navbar_item {
font-size: 130%; font-size: 130%;
} }
} }
@media only screen and (max-width: 820px) { @media only screen and (max-width: 820px) {
...@@ -225,7 +223,6 @@ li { ...@@ -225,7 +223,6 @@ li {
.navbar_item { .navbar_item {
font-size: 100%; font-size: 100%;
} }
} }
@media only screen and (max-width: 650px) { @media only screen and (max-width: 650px) {
...@@ -238,7 +235,6 @@ li { ...@@ -238,7 +235,6 @@ li {
.navbar_item { .navbar_item {
font-size: 78%; font-size: 78%;
} }
} }
.cart_box { .cart_box {
......
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