update div height

This commit is contained in:
2026-05-01 08:43:26 -04:00
parent 68f75ac2fc
commit 50826c8c20
+1 -1
View File
@@ -3,7 +3,7 @@
@section('content') @section('content')
<style> <style>
#checkout-container { #checkout-container {
min-height: 600px; min-height: 1600px;
width: 100%; width: 100%;
margin-top: 20px; margin-top: 20px;
} }