Skip to content

Commit

Permalink
fix / some
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-afraz committed Jul 31, 2021
1 parent cca8565 commit 0899802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer/mainFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<div class="bottom-details">
<div class="bottom_text">
<span class="copyright_text">Copyright © 2021 <a href="#">Sitesoch.</a></span>
<span class="copyright_text">Copyright © 2021 <a href="#">Afraz.</a></span>
<span class="policy_terms">
<a href="#">Privacy policy</a>

Expand Down
5 changes: 3 additions & 2 deletions components/product/productCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ export default {
.wrapper {
transition: .1s;
}
.wrapper:hover{
.book-card:hover{
outline: 3px solid #62ab00;
}
.wrapper:hover .book-card-img{
.book-card:hover .book-card-img{
transform: scale(1.04);
}
.rating {
Expand All @@ -133,6 +133,7 @@ export default {
}
.book-card {
transition:.1s;
margin-top: 20px;
background-color: #fff;
height: 270px;
Expand Down

0 comments on commit 0899802

Please sign in to comment.