Skip to content

Commit

Permalink
add bayou store v1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkermerritt committed Jul 25, 2017
1 parent 93a4e04 commit e2b2ea7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 7 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,14 @@ td {
}

.store-icon {
width:99%;
min-width: 300px;
margin-top: -15%;
width:100%;
min-width: 430px;
max-width: 750px;
margin-top: -139px;
padding: -50px;
margin-bottom: 5px;
margin-left: -20%;
margin-right: -20%;
margin-bottom: -80px;
margin-left: -30%;
margin-right: -30%;
}

.cart-cap {
Expand Down
Binary file added img/MerchBayou8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion merch.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-center">
<div><img class="store-icon" src="img\BGStore4.png"></div>
<div><img class="store-icon" src="img\MerchBayou8.png"></div>
<!-- View Cart Button -->
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
Expand Down

0 comments on commit e2b2ea7

Please sign in to comment.