Skip to content

Commit

Permalink
Fix card responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 5, 2024
1 parent 886287c commit afc7452
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/styles/standard-assets/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,16 @@
position: absolute;
bottom: 10px;
width: calc(100% - 20px);
}

@media screen and (max-width: 521px) {
.standard-card {
transform: scale(1.4) translateY(70px);
}
}

@media screen and (max-width: 428px) {
.standard-card {
transform: scale(1.3) translateY(55px);
}
}

0 comments on commit afc7452

Please sign in to comment.