Skip to content

Commit

Permalink
fix overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
EkeMinusYou committed Dec 30, 2024
1 parent 895d3e2 commit 5734d5a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/css/shortcodes/amazon.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
max-width: 480px;
position: relative;
}
.amazon-widget a {
position: absolute;
top:0;
left:0;
height: 100%;
width: 100%;
}
.amazon-widget-img {
border: 1px solid #E1E8ED;
border-radius: 15px 15px 0 0;
Expand All @@ -33,7 +26,7 @@
display: block;
}
.amazon-widget-via {
color: #aaa;
color: #gray;
}
.amazon-widget-via img {
border: none;
Expand Down

0 comments on commit 5734d5a

Please sign in to comment.