This commit is contained in:
2024-11-20 20:04:39 +05:00
parent 8c4d46cf77
commit e5a71ca04e

View File

@@ -11,6 +11,7 @@
display: grid;
grid-template-columns: 35% 1fr;
}
.credit-card {
width: 300px;
height: 180px;
@@ -52,7 +53,12 @@
@media (max-width: 500px) {
.credit-card-container {
display: block;
display: block !important;
position: relative;
right: 2em;
}
.credit-card {
margin-bottom: 2em;
}
}