From 1f4510b82bdadfbf83c76646b33601e5085c3ef9 Mon Sep 17 00:00:00 2001 From: wystan_rin Date: Wed, 27 Nov 2024 17:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B1=95=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- payment_headend/index.html | 8 +++++++- payment_headend/orderDetails.html | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/payment_headend/index.html b/payment_headend/index.html index d056923..e150453 100644 --- a/payment_headend/index.html +++ b/payment_headend/index.html @@ -14,7 +14,6 @@ display: flex; justify-content: center; align-items: center; - height: 100vh; } .container { @@ -25,6 +24,13 @@ padding: 20px 30px; } + @media (max-width: 576px) { + .container { + padding: 20px 15px; + max-width: 100%; + } + } + h1 { text-align: center; color: #333; diff --git a/payment_headend/orderDetails.html b/payment_headend/orderDetails.html index 56b8098..a01fa66 100644 --- a/payment_headend/orderDetails.html +++ b/payment_headend/orderDetails.html @@ -26,6 +26,7 @@ h2 { text-align: center; font-weight: 700; + margin-top: 0; margin-bottom: 30px; } .table {