wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user