Skip to content

Commit

Permalink
adde:style
Browse files Browse the repository at this point in the history
  • Loading branch information
kupendrav committed Jun 3, 2024
1 parent a06403e commit ad51ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ input{
width: 2.5rem;
object-fit: cover;
padding: 1rem;
background-color: white;
/* background-color: white; */
border-radius: 50%;
}
.count *{
Expand Down Expand Up @@ -192,12 +192,12 @@ input{
.new_rolex_window{
display: none;
}
@media (max-width:320px) {
@media (max-width:480px) {
#heart{
object-fit: cover;
align-items: center;
justify-content: center;
right: -12rem;
right: -9rem;
/* width: -3rem; */
height:31rem;
}
Expand Down

0 comments on commit ad51ef4

Please sign in to comment.