wip
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 35% 1fr;
|
grid-template-columns: 35% 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.credit-card {
|
.credit-card {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
@@ -52,7 +53,12 @@
|
|||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.credit-card-container {
|
.credit-card-container {
|
||||||
display: block;
|
display: block !important;
|
||||||
|
position: relative;
|
||||||
|
right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.credit-card {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user