diff --git a/src/common/pages/Vouchers/Checkout/index.js b/src/common/pages/Vouchers/Checkout/index.js
index ca97bca..c172b0f 100644
--- a/src/common/pages/Vouchers/Checkout/index.js
+++ b/src/common/pages/Vouchers/Checkout/index.js
@@ -56,7 +56,7 @@ export class CheckoutVouchers extends React.Component {
return (
-
+
@@ -74,7 +74,7 @@ export class CheckoutVouchers extends React.Component {
-
+
Jenis Layanan
@@ -106,8 +106,8 @@ export class CheckoutVouchers extends React.Component {
-
-
+
+
Point
diff --git a/src/common/pages/Vouchers/Checkout/style.scss b/src/common/pages/Vouchers/Checkout/style.scss
index 429a854..28d8771 100644
--- a/src/common/pages/Vouchers/Checkout/style.scss
+++ b/src/common/pages/Vouchers/Checkout/style.scss
@@ -1,16 +1,47 @@
@media(min-width: 1000px){
.imageCard{
- max-width: 20vw;
- max-height: 20vw;
+ width: 20vw;
+ height: 25vh;
+ }
+
+ .upper-card{
+ width: 60vw;
+ margin-left: -1vw;
+ margin-bottom: 15px;
+ }
+
+ .bottom-card{
+ width: 60vw;
+ margin-left: -1vw;
+ }
+
+ .right-container{
+ //background-color: red;
+ height: 25vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ //align-items: center;
}
}
@media(max-width: 999px){
.imageCard{
- max-width: 80vw;
- max-height: 80vw;
+ width: 80vw;
+ height: 25vh;
margin-bottom: 30px;
}
+
+ .upper-card{
+ width: 90vw;
+ margin-left: -3.5vw;
+ margin-bottom: 15px;
+ }
+
+ .bottom-card{
+ width: 90vw;
+ margin-left: -3.5vw;
+ }
}
.checkout-parent{