forked from TFMM/silent-auction
feat: include products in checkout and increase form container size
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<style>
|
||||
#checkout-container {
|
||||
min-height: 600px;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Ensure the iframe inside the container takes full width */
|
||||
#checkout-container iframe {
|
||||
width: 100% !important;
|
||||
min-height: 600px !important;
|
||||
}
|
||||
</style>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
|
||||
Reference in New Issue
Block a user