Skip to content

Commit

Permalink
update custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Dec 11, 2023
1 parent 58df4f8 commit d852e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ button.icon-button i.fa-retweet:hover {
width: 3rem;
height: 3rem;
background: none;
background-image: url('https://cdn.shopify.com/s/files/1/0614/6565/7577/files/mammoth-logo.svg');
background-image: url('https://getmammoth.app/media/mammoth-logo.svg');
background-repeat: no-repeat;
background-size: 100% auto;
}
Expand All @@ -846,7 +846,7 @@ button.icon-button i.fa-retweet:hover {
width: 1rem;
height: 0.8rem;
background: none;
background-image: url('https://cdn.shopify.com/s/files/1/0614/6565/7577/files/mammoth-logo.svg');
background-image: url('https://getmammoth.app/media/mammoth-logo.svg');
background-repeat: no-repeat;
background-size: 100% auto;
}
Expand All @@ -859,7 +859,7 @@ button.icon-button i.fa-retweet:hover {
width: 7rem;
height: 7rem;
background: none;
background-image: url('https://cdn.shopify.com/s/files/1/0614/6565/7577/files/mammoth-logo.svg');
background-image: url('https://getmammoth.app/media/mammoth-logo.svg');
background-repeat: no-repeat;
background-size: 100% auto;
margin: 30px auto 0;
Expand Down

0 comments on commit d852e40

Please sign in to comment.